Home
last modified time | relevance | path

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

123

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollation.java427 int tertiary = ce32 & 0xff;
428 if(tertiary < SPECIAL_CE32_LOW_BYTE) {
430 … return ((long)(ce32 & 0xffff0000) << 32) | ((long)(ce32 & 0xff00) << 16) | (tertiary << 8);
432 ce32 -= tertiary;
433 if((tertiary & 0xf) == LONG_PRIMARY_TAG) {
438 assert (tertiary & 0xf) == LONG_SECONDARY_TAG;
/external/icu/icu4c/source/i18n/
Dcollation.h426 uint32_t tertiary = ce32 & 0xff; in ceFromCE32() local
427 if(tertiary < SPECIAL_CE32_LOW_BYTE) { in ceFromCE32()
429 return ((int64_t)(ce32 & 0xffff0000) << 32) | ((ce32 & 0xff00) << 16) | (tertiary << 8); in ceFromCE32()
431 ce32 -= tertiary; in ceFromCE32()
432 if((tertiary & 0xf) == LONG_PRIMARY_TAG) { in ceFromCE32()
Ducoleitr.cpp207 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; in processCE() local
214 tertiary = ucol_tertiaryOrder(ce); in processCE()
244 primary = secondary = tertiary = 0; in processCE()
254 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary; in processCE()
/external/icu/icu4c/source/test/testdata/
Dcollationtest.txt34 <<<\u0300 # tertiary CE
303 ** test: compare with strength=tertiary
304 % strength=tertiary
466 ** test: tailoring twice before a root position: tertiary
476 # tertiary-before common weight
533 ** test: tertiary tailoring gaps, ICU ticket 9362
536 &t<<<r # tertiary between t and fullwidth t
537 &ᵀ<<<*a-q # more than 15 between ᵀ (modifier letter T) and tertiary CE boundary
538 &[before 3][first secondary ignorable]<<<u<<<v # between tertiary CE boundary & lowest tertiary CE
544 # 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.txt34 <<<\u0300 # tertiary CE
303 ** test: compare with strength=tertiary
304 % strength=tertiary
466 ** test: tailoring twice before a root position: tertiary
476 # tertiary-before common weight
533 ** test: tertiary tailoring gaps, ICU ticket 9362
536 &t<<<r # tertiary between t and fullwidth t
537 &ᵀ<<<*a-q # more than 15 between ᵀ (modifier letter T) and tertiary CE boundary
538 &[before 3][first secondary ignorable]<<<u<<<v # between tertiary CE boundary & lowest tertiary CE
544 # Note: The root collator currently does not map any characters to tertiary CEs.
[all …]
/external/icu/icu4c/source/data/coll/
Dkm.txt15 "&[last tertiary ignorable]=឴=឵"
Dur.txt19 "&[last tertiary ignorable]<<<\u0610<<<\u0611<<<\u0613<<<\u0612<<<\u0614"
Droot.txt564 "&[last tertiary ignorable]"
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1577 long primary = 0, secondary = 0, tertiary = 0, quaternary = 0; in processCE() local
1584 tertiary = CollationElementIterator.tertiaryOrder(ce); in processCE()
1613 primary = secondary = tertiary = 0; in processCE()
1623 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary; in processCE()
/external/icu/icu4c/source/data/lang/
Dur.txt384 tertiary{"لہجوں/حروف/چوڑائی کی چھٹائی کریں"}
Dam.txt400 tertiary{"የፊደል ጭረቶች/መልከፊደል/ስፋት ደርድር"}
Dpt_PT.txt131 tertiary{"Ordenar acentos/tipo de letra/largura"}
Dhe.txt679 tertiary{"מיין הטעמות/רישיות/רוחב"}
Dgu.txt731 tertiary{"ઉચ્ચારો/કેસ/પહોળાઈ સૉર્ટ કરો"}
Dbg.txt704 tertiary{"Сортиране по диакритични знаци/регистър/ширина"}
Dbn.txt717 tertiary{"স্বরাঘাত/কেস/প্রস্থ বাছাই করুন"}
Dkn.txt718 tertiary{"ಉಚ್ಛಾರಣೆ/ಕೇಸ್/ಅಳತೆ ವಿಂಗಡಿಸಿ"}
Duk.txt732 tertiary{"Сортувати за діактричними знаками/регістром/шириною"}
Dsr.txt707 tertiary{"Сортирај акценте/мала и велика слова/ширину"}
Dte.txt719 tertiary{"ఉచ్ఛారణలని/కేస్‌ని/వెడల్పుని క్రమబద్ధీకరించు"}
Dfa.txt723 tertiary{"مرتب‌سازی بر اساس آکسان/اندازه حرف/عرض"}
/external/icu/icu4c/source/test/intltest/
Dregcoll.cpp332 static const UChar tertiary[][CollationRegressionTest::MAX_TOKEN_LEN] = in Test4060154() local
343 compareArray(*c, tertiary, ARRAY_LENGTH(tertiary)); in Test4060154()
/external/icu/icu4c/source/data/misc/
DkeyTypeData.txt120 tertiary{"level3"}
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationRegressionTest.java349 String[] tertiary = { in Test4060154() local
359 compareArray(c, tertiary); in Test4060154()
/external/icu/icu4c/source/data/unidata/
DUCARules.txt8 & [last tertiary ignorable]

123