Home
last modified time | relevance | path

Searched refs:tertiary (Results 1 – 25 of 102) sorted by relevance

12345

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollation.java429 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/android_icu4j/src/main/java/android/icu/impl/coll/
DCollation.java431 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/libicu/cts_headers/
Dcollation.h428 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()
/external/icu/icu4c/source/i18n/
Dcollation.h428 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()
Ducoleitr.cpp219 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/android_icu4j/src/main/tests/android/icu/dev/data/
Dcollationtest.txt36 <<<\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/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Dcollationtest.txt36 <<<\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/icu4c/source/test/testdata/
Dcollationtest.txt36 <<<\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/cldr/tools/scripts/uca/
Dblankweights.sed19 # fractional tertiary weights
27 # leave fixed allkeys tertiary weights
/external/icu/icu4c/source/data/coll/
Dkm.txt10 "&[last tertiary ignorable]=\u17b4=\u17b5"
Dur.txt13 "&[last tertiary ignorable]<<<\u0610<<<\u0611<<<\u0613<<<\u0612<<<\u0614"
Droot.txt871 "&[last tertiary ignorable]"
/external/arm-trusted-firmware/plat/arm/board/fvp/fdts/
Dfvp_spmc_manifest.dts48 debug_name = "cactus-tertiary";
Dfvp_tb_fw_config.dts95 cactus-tertiary {
/external/arm-trusted-firmware/plat/arm/board/tc0/fdts/
Dtc0_tb_fw_config.dts48 cactus-tertiary {
Dtc0_spmc_manifest.dts41 debug_name = "cactus-tertiary";
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringSearch.java1656 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/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1672 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/icu4c/source/test/intltest/
Dregcoll.cpp332 static const UChar tertiary[][CollationRegressionTest::MAX_TOKEN_LEN] = in Test4060154() local
343 compareArray(*c, tertiary, UPRV_LENGTHOF(tertiary)); in Test4060154()
/external/cldr/common/uca/
DUCA_Rules_SHORT.txt11 & [last tertiary ignorable]
/external/icu/icu4c/source/data/lang/
Dur.txt554 tertiary{"لہجوں/حروف/چوڑائی کی چھٹائی کریں"}
Dam.txt616 tertiary{"የፊደል ጭረቶች/መልከፊደል/ስፋት ደርድር"}
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationRegressionTest.java364 String[] tertiary = { in Test4060154() local
374 compareArray(c, tertiary); in Test4060154()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationRegressionTest.java361 String[] tertiary = { in Test4060154() local
371 compareArray(c, tertiary); in Test4060154()
/external/icu/icu4c/source/data/unidata/
DUCARules.txt11 & [last tertiary ignorable]

12345