/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | Collation.java | 431 int tertiary = ce32 & 0xff; 432 if(tertiary < SPECIAL_CE32_LOW_BYTE) { 434 … return ((long)(ce32 & 0xffff0000) << 32) | ((long)(ce32 & 0xff00) << 16) | (tertiary << 8); 436 ce32 -= tertiary; 437 if((tertiary & 0xf) == LONG_PRIMARY_TAG) { 442 assert (tertiary & 0xf) == LONG_SECONDARY_TAG;
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | Collation.java | 429 int tertiary = ce32 & 0xff; 430 if(tertiary < SPECIAL_CE32_LOW_BYTE) { 432 … return ((long)(ce32 & 0xffff0000) << 32) | ((long)(ce32 & 0xff00) << 16) | (tertiary << 8); 434 ce32 -= tertiary; 435 if((tertiary & 0xf) == LONG_PRIMARY_TAG) { 440 assert (tertiary & 0xf) == LONG_SECONDARY_TAG;
|
/external/icu/icu4c/source/i18n/ |
D | collation.h | 428 uint32_t tertiary = ce32 & 0xff; in ceFromCE32() local 429 if(tertiary < SPECIAL_CE32_LOW_BYTE) { in ceFromCE32() 431 return ((int64_t)(ce32 & 0xffff0000) << 32) | ((ce32 & 0xff00) << 16) | (tertiary << 8); in ceFromCE32() 433 ce32 -= tertiary; in ceFromCE32() 434 if((tertiary & 0xf) == LONG_PRIMARY_TAG) { in ceFromCE32()
|
D | ucoleitr.cpp | 219 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; in processCE() local 226 tertiary = ucol_tertiaryOrder(ce); in processCE() 256 primary = secondary = tertiary = 0; in processCE() 266 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary; in processCE()
|
/external/icu/icu4c/source/test/testdata/ |
D | collationtest.txt | 36 <<<\u0300 # tertiary CE 305 ** test: compare with strength=tertiary 306 % strength=tertiary 468 ** test: tailoring twice before a root position: tertiary 478 # tertiary-before common weight 535 ** test: tertiary tailoring gaps, ICU ticket 9362 538 &t<<<r # tertiary between t and fullwidth t 539 &ᵀ<<<*a-q # more than 15 between ᵀ (modifier letter T) and tertiary CE boundary 540 &[before 3][first secondary ignorable]<<<u<<<v # between tertiary CE boundary & lowest tertiary CE 546 # Note: The root collator currently does not map any characters to tertiary CEs. [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | collationtest.txt | 38 <<<\u0300 # tertiary CE 307 ** test: compare with strength=tertiary 308 % strength=tertiary 470 ** test: tailoring twice before a root position: tertiary 480 # tertiary-before common weight 537 ** test: tertiary tailoring gaps, ICU ticket 9362 540 &t<<<r # tertiary between t and fullwidth t 541 &ᵀ<<<*a-q # more than 15 between ᵀ (modifier letter T) and tertiary CE boundary 542 &[before 3][first secondary ignorable]<<<u<<<v # between tertiary CE boundary & lowest tertiary CE 548 # Note: The root collator currently does not map any characters to tertiary CEs. [all …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
D | collationtest.txt | 38 <<<\u0300 # tertiary CE 307 ** test: compare with strength=tertiary 308 % strength=tertiary 470 ** test: tailoring twice before a root position: tertiary 480 # tertiary-before common weight 537 ** test: tertiary tailoring gaps, ICU ticket 9362 540 &t<<<r # tertiary between t and fullwidth t 541 &ᵀ<<<*a-q # more than 15 between ᵀ (modifier letter T) and tertiary CE boundary 542 &[before 3][first secondary ignorable]<<<u<<<v # between tertiary CE boundary & lowest tertiary CE 548 # Note: The root collator currently does not map any characters to tertiary CEs. [all …]
|
/external/cldr/tools/scripts/uca/ |
D | blankweights.sed | 19 # fractional tertiary weights 27 # leave fixed allkeys tertiary weights
|
/external/icu/icu4c/source/data/coll/ |
D | km.txt | 10 "&[last tertiary ignorable]=\u17b4=\u17b5"
|
D | ur.txt | 13 "&[last tertiary ignorable]<<<\u0610<<<\u0611<<<\u0613<<<\u0612<<<\u0614"
|
D | root.txt | 802 "&[last tertiary ignorable]"
|
/external/u-boot/doc/ |
D | README.TPL | 10 be compatible with all the external device(e.g. DDR). So add a tertiary
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | StringSearch.java | 1672 long primary = 0, secondary = 0, tertiary = 0, quaternary = 0; in processCE() local 1679 tertiary = CollationElementIterator.tertiaryOrder(ce); in processCE() 1708 primary = secondary = tertiary = 0; in processCE() 1718 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary; in processCE()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | StringSearch.java | 1656 long primary = 0, secondary = 0, tertiary = 0, quaternary = 0; in processCE() local 1663 tertiary = CollationElementIterator.tertiaryOrder(ce); in processCE() 1692 primary = secondary = tertiary = 0; in processCE() 1702 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary; in processCE()
|
/external/icu/icu4c/source/test/intltest/ |
D | regcoll.cpp | 332 static const UChar tertiary[][CollationRegressionTest::MAX_TOKEN_LEN] = in Test4060154() local 343 compareArray(*c, tertiary, UPRV_LENGTHOF(tertiary)); in Test4060154()
|
/external/cldr/common/uca/ |
D | UCA_Rules_SHORT.txt | 11 & [last tertiary ignorable]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationRegressionTest.java | 361 String[] tertiary = { in Test4060154() local 371 compareArray(c, tertiary); in Test4060154()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationRegressionTest.java | 364 String[] tertiary = { in Test4060154() local 374 compareArray(c, tertiary); in Test4060154()
|
/external/icu/icu4c/source/data/lang/ |
D | ur.txt | 547 tertiary{"لہجوں/حروف/چوڑائی کی چھٹائی کریں"}
|
D | am.txt | 605 tertiary{"የፊደል ጭረቶች/መልከፊደል/ስፋት ደርድር"}
|
D | he.txt | 686 tertiary{"מיין הטעמות/רישיות/רוחב"}
|
D | ccp.txt | 747 tertiary{"// "}
|
D | sr.txt | 734 tertiary{"Сортирај акценте/мала и велика слова/ширину"}
|
/external/icu/icu4c/source/data/misc/ |
D | keyTypeData.txt | 164 tertiary{"level3"}
|
/external/icu/icu4c/source/data/unidata/ |
D | UCARules.txt | 11 & [last tertiary ignorable]
|