HomeSort by relevance Sort by last modified time
    Searched refs:tertiary (Results 1 - 12 of 12) sorted by null

  /external/chromium/third_party/icu/source/tools/genuca/
genuca.h 41 uint32_t getSingleCEValue(char *primary, char *secondary, char *tertiary, UBool caseBit, UErrorCode *status);
genuca.cpp 124 uint32_t getSingleCEValue(char *primary, char *secondary, char *tertiary, UErrorCode *status) {
142 char *terend = tertiary+2;
143 if(strlen(tertiary) > 2) {
149 uint32_t tervalue = (uint32_t)((*tertiary!='\0')?strtoul(tertiary, &terend, 16):0);
263 * tertiary vs. tertiary
433 char buffer[2048], primary[100], secondary[100], tertiary[100]; local
448 *primary = *secondary = *tertiary = '\0';
481 } vt[] = { {"[first tertiary ignorable", consts->UCA_FIRST_TERTIARY_IGNORABLE, READCE}
    [all...]
  /external/icu4c/tools/genuca/
genuca.h 41 uint32_t getSingleCEValue(char *primary, char *secondary, char *tertiary, UBool caseBit, UErrorCode *status);
genuca.cpp 124 uint32_t getSingleCEValue(char *primary, char *secondary, char *tertiary, UErrorCode *status) {
142 char *terend = tertiary+2;
143 if(strlen(tertiary) > 2) {
149 uint32_t tervalue = (uint32_t)((*tertiary!='\0')?strtoul(tertiary, &terend, 16):0);
263 * tertiary vs. tertiary
433 char buffer[2048], primary[100], secondary[100], tertiary[100]; local
448 *primary = *secondary = *tertiary = '\0';
481 } vt[] = { {"[first tertiary ignorable", consts->UCA_FIRST_TERTIARY_IGNORABLE, READCE}
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
citertst.c 1170 char tertiary[100]; local
1603 uint32_t tertiary = UCOL_TERTIARYORDER(ce); local
    [all...]
  /external/icu4c/test/cintltst/
citertst.c 1165 char tertiary[100]; local
1598 uint32_t tertiary = UCOL_TERTIARYORDER(ce); local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp 4446 uint8_t tertiary = 0; local
4895 uint8_t tertiary = 0; local
5516 uint8_t tertiary = 0; local
6743 uint8_t primary1 = 0, primary2 = 0, secondary = 0, tertiary = 0; local
    [all...]
ucoleitr.cpp 248 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
255 tertiary = ucol_tertiaryOrder(ce);
285 primary = secondary = tertiary = 0;
295 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary;
526 // int64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0;
  /external/icu4c/i18n/
ucol.cpp 4287 uint8_t tertiary = 0; local
4718 uint8_t tertiary = 0; local
5319 uint8_t tertiary = 0; local
6557 uint8_t primary1 = 0, primary2 = 0, secondary = 0, tertiary = 0; local
    [all...]
ucoleitr.cpp 248 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
255 tertiary = ucol_tertiaryOrder(ce);
285 primary = secondary = tertiary = 0;
295 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary;
513 // int64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0;
  /external/chromium/third_party/icu/source/test/intltest/
regcoll.cpp 323 String[] tertiary = {
333 static const UChar tertiary[][CollationRegressionTest::MAX_TOKEN_LEN] = local
343 c->setStrength(Collator::TERTIARY);
344 compareArray(*c, tertiary, ARRAY_LENGTH(tertiary));
366 // Secondary/Tertiary comparison incorrect in French Secondary
500 c->setStrength(Collator::TERTIARY);
578 c->setStrength(Collator::TERTIARY);
633 c->setStrength(Collator::TERTIARY);
665 // These now have tertiary differences in UC
    [all...]
  /external/icu4c/test/intltest/
regcoll.cpp 325 String[] tertiary = {
335 static const UChar tertiary[][CollationRegressionTest::MAX_TOKEN_LEN] = local
345 c->setStrength(Collator::TERTIARY);
346 compareArray(*c, tertiary, ARRAY_LENGTH(tertiary));
368 // Secondary/Tertiary comparison incorrect in French Secondary
502 c->setStrength(Collator::TERTIARY);
580 c->setStrength(Collator::TERTIARY);
635 c->setStrength(Collator::TERTIARY);
667 // These now have tertiary differences in UC
    [all...]

Completed in 1050 milliseconds