HomeSort by relevance Sort by last modified time
    Searched refs:UCA (Results 26 - 34 of 34) sorted by null

12

  /external/chromium/third_party/icu/source/i18n/
ucol_sit.cpp 424 // we'll end up with an UCA version, locale and a bunch of
487 // we'll end up with an UCA version, locale and a bunch of
799 * both the UCA contractions and the contractions defined by the collator
816 * both the UCA expansions and the expansions defined by the tailoring
848 ucol_tok_initTokenList(&src, rules, rulesLen, coll->UCA, status);
852 // Add the UCA contractions
853 c.coll = coll->UCA;
854 utrie_enum(&coll->UCA->mapping, NULL, _processSpecials, &c);
  /external/icu4c/i18n/
ucol_sit.cpp 423 // we'll end up with an UCA version, locale and a bunch of
486 // we'll end up with an UCA version, locale and a bunch of
798 * both the UCA contractions and the contractions defined by the collator
815 * both the UCA expansions and the expansions defined by the tailoring
847 ucol_tok_initTokenList(&src, rules, rulesLen, coll->UCA, status);
851 // Add the UCA contractions
852 c.coll = coll->UCA;
853 utrie_enum(&coll->UCA->mapping, NULL, _processSpecials, &c);
ucol_imp.h 54 * Ready to use collators are stored as binary images. Both UCA and tailorings
55 * share the same binary format. Individual files (currently only UCA) have a
61 * (UCA & tailorings) and for the inverse UCA table.
78 * - UCA constants (UCAConstants)
79 * - UCA contractions (UChar[contractionUCACombosSize][contractionUCACombosWidth])
96 * uint32_t UCAConsts; - only used (!=0) in UCA image - structure which holds values for indirect positioning and implicit ranges
98 * important constant values that are defined in the UCA and used for building and runtime.
100 * uint32_t contractionUCACombos; - only used (!=0) in UCA image - list of UCA contractions. This is a zero terminated array of UChar[contractionUCACombosWidth]
    [all...]
  /external/chromium/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 218 "http://www.unicode.org/reports/tr10/">Unicode Collation (UCA)</a>.</li>
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 218 "http://www.unicode.org/reports/tr10/">Unicode Collation (UCA)</a>.</li>
  /external/chromium/third_party/icu/source/test/cintltst/
capitst.c 298 /* ICU 3.4 had UCA 4.1 */
759 /* Test that a cloned collator doesn't accidentally use UCA. */
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 299 * number 3 is the UCA version.
300 * This changes with every UCA version change, and the expected value
769 /* Test that a cloned collator doesn't accidentally use UCA. */
    [all...]
  /external/chromium/third_party/icu/source/data/
makedata.mak 681 @echo Creating UCA data files
  /external/icu4c/data/
makedata.mak     [all...]

Completed in 458 milliseconds

12