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

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollation.java38 /** The secondary/tertiary lower limit for tailoring before any root elements. */
64 /** Default secondary/tertiary weight lead byte. */
69 /** Lower 16 bits of a CE with a common tertiary weight. */
71 /** Lower 32 bits of a CE with common secondary and tertiary weights. */
77 /** Only the 2*6 bits for the pure tertiary weight. */
79 /** Only the secondary & tertiary bits; no case, no quaternary. */
81 /** Case bits and tertiary bits. */
182 * and the tertiary in bits 15..8.
429 int tertiary = ce32 & 0xff;
430 if(tertiary < SPECIAL_CE32_LOW_BYT
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollation.java36 /** The secondary/tertiary lower limit for tailoring before any root elements. */
62 /** Default secondary/tertiary weight lead byte. */
67 /** Lower 16 bits of a CE with a common tertiary weight. */
69 /** Lower 32 bits of a CE with common secondary and tertiary weights. */
75 /** Only the 2*6 bits for the pure tertiary weight. */
77 /** Only the secondary & tertiary bits; no case, no quaternary. */
79 /** Case bits and tertiary bits. */
180 * and the tertiary in bits 15..8.
427 int tertiary = ce32 & 0xff;
428 if(tertiary < SPECIAL_CE32_LOW_BYT
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollation.h33 /** The secondary/tertiary lower limit for tailoring before any root elements. */
59 /** Default secondary/tertiary weight lead byte. */
64 /** Lower 16 bits of a CE with a common tertiary weight. */
66 /** Lower 32 bits of a CE with common secondary and tertiary weights. */
72 /** Only the 2*6 bits for the pure tertiary weight. */
74 /** Only the secondary & tertiary bits; no case, no quaternary. */
76 /** Case bits and tertiary bits. */
178 * and the tertiary in bits 15..8.
426 uint32_t tertiary = ce32 & 0xff; local
427 if(tertiary < SPECIAL_CE32_LOW_BYT
[all...]
H A Ducoleitr.cpp217 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
224 tertiary = ucol_tertiaryOrder(ce);
254 primary = secondary = tertiary = 0;
264 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DStringSearch.java604 // note for tertiary we can't use the collator->tertiaryMask, that
1019 // 16 bits are secondary, next 16 (the high 16 bits of the low 32-bit half) are tertiary. Any of these
1655 long primary = 0, secondary = 0, tertiary = 0, quaternary = 0;
1662 tertiary = CollationElementIterator.tertiaryOrder(ce);
1691 primary = secondary = tertiary = 0;
1701 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DStringSearch.java621 // note for tertiary we can't use the collator->tertiaryMask, that
1035 // 16 bits are secondary, next 16 (the high 16 bits of the low 32-bit half) are tertiary. Any of these
1671 long primary = 0, secondary = 0, tertiary = 0, quaternary = 0;
1678 tertiary = CollationElementIterator.tertiaryOrder(ce);
1707 primary = secondary = tertiary = 0;
1717 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary;
/external/icu/icu4c/source/test/intltest/
H A Dregcoll.cpp322 String[] tertiary = {
332 static const UChar tertiary[][CollationRegressionTest::MAX_TOKEN_LEN] = local
343 compareArray(*c, tertiary, ARRAY_LENGTH(tertiary));
664 // These now have tertiary differences in UCA
691 // These now have tertiary differences in UCA
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationRegressionTest.java353 String[] tertiary = {
363 compareArray(c, tertiary);
574 // These now have tertiary differences in UCA
593 // These now have tertiary differences in UCA
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationRegressionTest.java349 String[] tertiary = {
359 compareArray(c, tertiary);
570 // These now have tertiary differences in UCA
589 // 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 ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 1547 milliseconds