Searched refs:tertiary (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcitertst.c1098 getSingleCEValue(char *primary, char *secondary, char *tertiary, argument
1108 char *terend = tertiary+2;
1123 if (uprv_strlen(tertiary) > 2) {
1130 tervalue = (*tertiary!='\0')?uprv_strtoul(tertiary, &terend, 16):0;
1167 char tertiary[100]; local
1182 tertiarycount = readElement(&pStartCP, tertiary, ']', status);
1185 ces[count ++] = getSingleCEValue(primary, secondary, tertiary, status);
1209 value |= ((hex2num(*(tertiary + 2 * CEi)) & 0x3) << 4);
1210 value |= (hex2num(*(tertiary
1543 uint32_t primary, p1, p2, secondary, tertiary; local
[all...]
/external/icu4c/i18n/
H A Ducoleitr.cpp248 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;
H A Ducol.cpp4671 uint8_t tertiary = 0; local
4699 tertiary = (uint8_t)(order & UCOL_BYTE_SIZE_MASK);
4701 tertiary = (uint8_t)((order & UCOL_REMOVE_CONTINUATION));
4826 caseBits = (uint8_t)(tertiary & 0xC0);
4828 if(tertiary != 0) {
4852 tertiary ^= caseSwitch;
4856 tertiary &= tertiaryMask;
4857 if(tertiary > compareTer) {
4860 if (tertiary == tertiaryCommon && notIsContinuation) {
4863 if(tertiary > tertiaryCommo
5035 uint8_t tertiary = 0; local
6166 uint8_t primary1 = 0, primary2 = 0, secondary = 0, tertiary = 0; local
[all...]
/external/icu4c/test/intltest/
H A Dregcoll.cpp325 String[] tertiary = {
335 static const UChar tertiary[][CollationRegressionTest::MAX_TOKEN_LEN] = local
346 compareArray(*c, tertiary, ARRAY_LENGTH(tertiary));
667 // These now have tertiary differences in UCA
694 // These now have tertiary differences in UCA
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 124 milliseconds