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

/external/icu/icu4c/source/i18n/
H A Dcollation.h57 /** Default secondary/tertiary weight lead byte. */
62 /** Lower 16 bits of a CE with a common tertiary weight. */
64 /** Lower 32 bits of a CE with common secondary and tertiary weights. */
70 /** Only the 2*6 bits for the pure tertiary weight. */
72 /** Only the secondary & tertiary bits; no case, no quaternary. */
74 /** Case bits and tertiary bits. */
176 * and the tertiary in bits 15..8.
424 uint32_t tertiary = ce32 & 0xff; local
425 if(tertiary < SPECIAL_CE32_LOW_BYTE) {
427 return ((int64_t)(ce32 & 0xffff0000) << 32) | ((ce32 & 0xff00) << 16) | (tertiary <<
[all...]
H A Ducoleitr.cpp209 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
216 tertiary = ucol_tertiaryOrder(ce);
246 primary = secondary = tertiary = 0;
256 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary;
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp4342 uint8_t tertiary = 0; local
4369 tertiary = (uint8_t)((order & UCOL_BYTE_SIZE_MASK));
4371 tertiary = (uint8_t)((order & UCOL_REMOVE_CONTINUATION));
4490 if((tertiary&0x3F) > 0 && notIsContinuation) {
4492 if((tertiary &0xC0) != 0) {
4502 tertiary ^= caseSwitch;
4506 tertiary &= tertiaryMask;
4507 if(tertiary > compareTer) { /* I think that != 0 test should be != IGNORABLE */
4508 if (tertiary == tertiaryCommon && notIsContinuation) {
4512 if((tertiary > tertiaryCommo
4769 uint8_t tertiary = 0; local
5365 uint8_t tertiary = 0; local
6609 uint8_t primary1 = 0, primary2 = 0, secondary = 0, tertiary = 0; local
[all...]
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;
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/test/intltest/
H A Dregcoll.cpp318 String[] tertiary = {
328 static const UChar tertiary[][CollationRegressionTest::MAX_TOKEN_LEN] = local
339 compareArray(*c, tertiary, ARRAY_LENGTH(tertiary));
660 // These now have tertiary differences in UCA
687 // 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 225 milliseconds