Searched refs:normalizer (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/samples/translit/answers/
H A Dunaccent.cpp13 normalizer("", Normalizer::DECOMP),
31 t->normalizer.setText(str, status);
35 return (UChar) t->normalizer.next();
H A Dunaccent.h36 * Unaccent a single character using normalizer.
40 Normalizer normalizer; member in class:UnaccentTransliterator
/macosx-10.10.1/ICU-531.30/icuSources/samples/translit/
H A Dunaccent.cpp15 normalizer("", UNORM_NFD),
33 t->normalizer.setText(str, status);
37 return (UChar) t->normalizer.next();
H A Dunaccent.h36 * Unaccent a single character using normalizer.
40 Normalizer normalizer; member in class:UnaccentTransliterator
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dresconf.c68 #include <idn/normalizer.h>
110 idn_normalizer_t normalizer; member in struct:idn_resconf
195 ctx->normalizer = NULL;
485 if (ctx->normalizer != NULL)
486 idn_normalizer_incrref(ctx->normalizer);
487 return (ctx->normalizer);
624 idn_resconf_setnormalizer(idn_resconf_t ctx, idn_normalizer_t normalizer) { argument
629 if (ctx->normalizer != NULL)
630 idn_normalizer_destroy(ctx->normalizer);
631 ctx->normalizer
685 idn_normalizer_t normalizer = NULL; local
[all...]
H A Dres.c58 #include <idn/normalizer.h>
1359 idn_normalizer_t normalizer; local
1366 normalizer = idn_resconf_getnormalizer(ctx);
1367 if (normalizer == NULL) {
1383 r = idn_normalizer_normalize(normalizer, from, to, to_length);
1400 if (normalizer != NULL)
1401 idn_normalizer_destroy(normalizer);
H A Dnormalizer.c2 static char *rcsid = "$Id: normalizer.c,v 1.1 2003/06/04 00:26:05 marka Exp $";
58 #include <idn/normalizer.h>
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dnormconf.h21 Normalizer normalizer; member in class:NormalizerConformanceTest
H A Dnormconf.cpp46 normalizer(UnicodeString(), UNORM_NFC) {}
229 dataerrln("Something is wrong with the normalizer, skipping the rest of the test.");
265 dataerrln("Something is wrong with the normalizer, skipping the rest of the test.: %s", u_errorName(status));
455 normalizer.setText(str, status);
456 normalizer.setMode(mode);
457 normalizer.setOption(-1, 0); // reset all options
458 normalizer.setOption(options, 1); // set desired options
465 for (ch = normalizer.first(); ch != Normalizer::DONE;
466 ch = normalizer.next()) {
470 for (ch = normalizer
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dutil.h78 char **normalizer, int nnormalizer);
H A Didnconv.c65 #include <idn/normalizer.h>
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Dresconf.h58 #include <idn/normalizer.h>
214 idn_resconf_setnormalizer(idn_resconf_t ctx, idn_normalizer_t normalizer);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ddictbe.cpp1008 Normalizer normalizer(charString.elems(), inputLength, norm_mode);
1011 while(index < normalizer.endIndex()){
1012 /* UChar32 uc = */ normalizer.next();
1013 charPositions[++numChars] = index = normalizer.getIndex();
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmaple.vim372 syn keyword mvPkg_group NormalClosure centralizer derived invperm normalizer subgrel

Completed in 358 milliseconds