/third_party/boost/tools/auto_index/include/ |
D | auto_index_helpers.qbk | 15 …econdary tertiary] '''<indexterm><primary>'''[primary]'''</primary><secondary>'''[secondary]'''</s… 19 …tertiary] '''<indexterm type="'''[type]'''"><primary>'''[primary]'''</primary><secondary>'''[secon…
|
/third_party/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;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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;
|
/third_party/flutter/skia/third_party/externals/wuffs/lib/rac/ |
D | writer.go | 348 func (w *Writer) AddChunk(dRangeSize uint64, primary []byte, secondary OptResource, tertiary OptRes… 375 tertiary: tertiary, 503 tertiary OptResource member 559 putU64LE(buf[8*i:], dPtr|resourceToTag(n.resources, o.tertiary)) 667 new3 := (o.tertiary != 0) && !resources[o.tertiary] 674 resources[o.tertiary] = true 690 if o.tertiary != 0 { 691 resources[o.tertiary] = true
|
D | writer_test.go | 237 tertiary := OptResource(0) 244 tertiary = yRes 249 tertiary = zRes 256 _ = w.AddChunk(0x10000, primary, secondary, tertiary)
|
/third_party/icu/docs/userguide/collation/customization/ |
D | ignorepunct.md | 43 1..3. Only when strings compare equal up to the tertiary level may variable 77 strength=primary|secondary|tertiary. (ICU does not support Blanked combined with 88 Among strings that compare tertiary-equal, that is, they contain the same 102 except only among tertiary-equal strings. 114 Note that this behavior is different from collation on secondary and tertiary 115 level, because normal collation elements get low secondary & tertiary weights 126 Among strings that compare tertiary-equal: 156 Among strings that compare tertiary-equal: 171 on secondary and tertiary levels but unlike [Merging Sort 176 (UCA versions before UCA 6.2 did not limit WF2 to secondary & tertiary weights,
|
/third_party/node/deps/icu-small/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()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/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()
|
/third_party/skia/third_party/externals/icu/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()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
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 …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/ |
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 …]
|
/third_party/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 …]
|
/third_party/boost/libs/locale/test/ |
D | test_winapi_collate.cpp | 89 tertiary = 2, in test_collate() local 97 compare("A","a",tertiary,gt); in test_collate() 98 compare("a","A",tertiary,le); in test_collate()
|
D | test_collate.cpp | 98 tertiary = 2, in test_collate() local 106 compare("A","a",tertiary,gt); in test_collate() 107 compare("a","A",tertiary,le); in test_collate()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/coll/ |
D | km.txt | 10 "&[last tertiary ignorable]=\u17b4=\u17b5"
|
D | ur.txt | 13 "&[last tertiary ignorable]<<<\u0610<<<\u0611<<<\u0613<<<\u0612<<<\u0614"
|
/third_party/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"
|
/third_party/skia/third_party/externals/icu/source/data/coll/ |
D | km.txt | 10 "&[last tertiary ignorable]=\u17b4=\u17b5"
|
D | ur.txt | 13 "&[last tertiary ignorable]<<<\u0610<<<\u0611<<<\u0613<<<\u0612<<<\u0614"
|