Searched refs:tertiary (Results 1 – 11 of 11) sorted by relevance
/external/icu4c/test/cintltst/ |
D | citertst.c | 1098 getSingleCEValue(char *primary, char *secondary, char *tertiary, in getSingleCEValue() argument 1108 char *terend = tertiary+2; in getSingleCEValue() 1123 if (uprv_strlen(tertiary) > 2) { in getSingleCEValue() 1130 tervalue = (*tertiary!='\0')?uprv_strtoul(tertiary, &terend, 16):0; in getSingleCEValue() 1167 char tertiary[100]; in getCEs() local 1182 tertiarycount = readElement(&pStartCP, tertiary, ']', status); in getCEs() 1185 ces[count ++] = getSingleCEValue(primary, secondary, tertiary, status); in getCEs() 1209 value |= ((hex2num(*(tertiary + 2 * CEi)) & 0x3) << 4); in getCEs() 1210 value |= (hex2num(*(tertiary + 2 * CEi + 1)) & 0xF); in getCEs() 1543 uint32_t primary, p1, p2, secondary, tertiary; in checkCEValidity() local [all …]
|
/external/icu4c/data/coll/ |
D | ur.txt | 22 "&[last tertiary ignorable ]<<<ؐ<<<ؑ<<<ؓ<<<ؒ<<<ؔ"
|
D | km.txt | 18 "&[last tertiary ignorable ]=឴=឵"
|
/external/icu4c/i18n/ |
D | ucoleitr.cpp | 248 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; in processCE() local 255 tertiary = ucol_tertiaryOrder(ce); in processCE() 285 primary = secondary = tertiary = 0; in processCE() 295 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary; in processCE()
|
D | ucol.cpp | 4739 uint8_t tertiary = 0; in ucol_calcSortKey() local 4767 tertiary = (uint8_t)(order & UCOL_BYTE_SIZE_MASK); in ucol_calcSortKey() 4769 tertiary = (uint8_t)((order & UCOL_REMOVE_CONTINUATION)); in ucol_calcSortKey() 4894 caseBits = (uint8_t)(tertiary & 0xC0); in ucol_calcSortKey() 4896 if(tertiary != 0) { in ucol_calcSortKey() 4920 tertiary ^= caseSwitch; in ucol_calcSortKey() 4924 tertiary &= tertiaryMask; in ucol_calcSortKey() 4925 if(tertiary > compareTer) { in ucol_calcSortKey() 4928 if (tertiary == tertiaryCommon && notIsContinuation) { in ucol_calcSortKey() 4931 if(tertiary > tertiaryCommon && tertiaryCommon == UCOL_COMMON3_NORMAL) { in ucol_calcSortKey() [all …]
|
/external/icu4c/data/misc/ |
D | keyTypeData.txt | 76 tertiary{"level3"}
|
/external/icu4c/test/testdata/ |
D | DataDrivenCollationTest.txt | 132 "we emulate this by assuming a &[first tertiary ignorable] " 138 … Rules { "=equal<<<z<<x<<<w<y &[first tertiary ignorable]=a &[first primary ignorable]=b" } 298 Description { "This test goes through tertiary strength cases" }
|
/external/icu4c/test/intltest/ |
D | regcoll.cpp | 335 static const UChar tertiary[][CollationRegressionTest::MAX_TOKEN_LEN] = in Test4060154() local 346 compareArray(*c, tertiary, ARRAY_LENGTH(tertiary)); in Test4060154()
|
/external/grub/ |
D | TODO | 40 0x1e8-0x1ef = tertiary, 0x168-0x16f = quaternary).
|
/external/icu4c/data/unidata/ |
D | UCARules.txt | 7 & [last tertiary ignorable]
|
D | FractionalUCA.txt | 41118 [first tertiary ignorable [,,]] # CONSTRUCTED 41119 [last tertiary ignorable [,,]] # CONSTRUCTED 41121 [first tertiary in secondary non-ignorable [X, X, 05]] # U+0332 COMBINING LOW LINE 41122 [last tertiary in secondary non-ignorable [X, X, 3D]] # U+2A74 DOUBLE COLON EQUAL
|