/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/icu4c/test/cintltst/ |
citertst.c | 1165 char tertiary[100]; local 1541 uint32_t primary, p1, p2, secondary, tertiary; local [all...] |
/external/icu4c/i18n/ |
ucol.cpp | 4323 uint8_t tertiary = 0; local 4750 uint8_t tertiary = 0; local 5346 uint8_t tertiary = 0; local 6590 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/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...] |