/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | Collation.java | 341 static int tagFromCE32(int ce32) { in tagFromCE32() method in Collation 346 return isSpecialCE32(ce32) && tagFromCE32(ce32) == tag; in hasCE32Tag() 355 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSimpleOrLongCE32() 356 tagFromCE32(ce32) == LONG_SECONDARY_TAG; in isSimpleOrLongCE32() 364 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSelfContainedCE32() 365 tagFromCE32(ce32) == LONG_SECONDARY_TAG || in isSelfContainedCE32() 366 tagFromCE32(ce32) == LATIN_EXPANSION_TAG; in isSelfContainedCE32() 379 (tagFromCE32(ce32) == PREFIX_TAG || in ce32HasContext() 380 tagFromCE32(ce32) == CONTRACTION_TAG); in ce32HasContext()
|
D | ContractionsAndExpansions.java | 121 switch (Collation.tagFromCE32(ce32)) { in handleCE32() 130 Collation.tagFromCE32(ce32), ce32)); in handleCE32()
|
D | CollationData.java | 82 int tag = Collation.tagFromCE32(ce32); in getIndirectCE32() 128 switch(Collation.tagFromCE32(ce32)) { in getSingleCE()
|
D | TailoredSet.java | 141 tag = Collation.tagFromCE32(ce32); in compare() 154 baseTag = Collation.tagFromCE32(baseCE32); in compare()
|
D | CollationDataBuilder.java | 548 switch(Collation.tagFromCE32(ce32)) { in copyFromBaseCE32() 692 int tag = Collation.tagFromCE32(ce32); in copyCE32() 808 switch(Collation.tagFromCE32(ce32)) { in getJamoCE32s()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | Collation.java | 343 static int tagFromCE32(int ce32) { in tagFromCE32() method in Collation 348 return isSpecialCE32(ce32) && tagFromCE32(ce32) == tag; in hasCE32Tag() 357 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSimpleOrLongCE32() 358 tagFromCE32(ce32) == LONG_SECONDARY_TAG; in isSimpleOrLongCE32() 366 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSelfContainedCE32() 367 tagFromCE32(ce32) == LONG_SECONDARY_TAG || in isSelfContainedCE32() 368 tagFromCE32(ce32) == LATIN_EXPANSION_TAG; in isSelfContainedCE32() 381 (tagFromCE32(ce32) == PREFIX_TAG || in ce32HasContext() 382 tagFromCE32(ce32) == CONTRACTION_TAG); in ce32HasContext()
|
D | ContractionsAndExpansions.java | 128 switch (Collation.tagFromCE32(ce32)) { in handleCE32() 137 Collation.tagFromCE32(ce32), ce32)); in handleCE32()
|
D | CollationData.java | 84 int tag = Collation.tagFromCE32(ce32); in getIndirectCE32() 130 switch(Collation.tagFromCE32(ce32)) { in getSingleCE()
|
D | TailoredSet.java | 143 tag = Collation.tagFromCE32(ce32); in compare() 156 baseTag = Collation.tagFromCE32(baseCE32); in compare()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collation.h | 340 static inline int32_t tagFromCE32(uint32_t ce32) { in tagFromCE32() function 345 return isSpecialCE32(ce32) && tagFromCE32(ce32) == tag; in hasCE32Tag() 354 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSimpleOrLongCE32() 355 tagFromCE32(ce32) == LONG_SECONDARY_TAG; in isSimpleOrLongCE32() 363 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSelfContainedCE32() 364 tagFromCE32(ce32) == LONG_SECONDARY_TAG || in isSelfContainedCE32() 365 tagFromCE32(ce32) == LATIN_EXPANSION_TAG; in isSelfContainedCE32() 378 (tagFromCE32(ce32) == PREFIX_TAG || in ce32HasContext() 379 tagFromCE32(ce32) == CONTRACTION_TAG); in ce32HasContext()
|
D | collationdata.cpp | 33 int32_t tag = Collation::tagFromCE32(ce32); in getIndirectCE32() 67 switch(Collation::tagFromCE32(ce32)) { in getSingleCE()
|
D | collationsets.cpp | 126 tag = Collation::tagFromCE32(ce32); in compare() 139 baseTag = Collation::tagFromCE32(baseCE32); in compare() 437 switch(Collation::tagFromCE32(ce32)) { in handleCE32()
|
D | collationdatabuilder.cpp | 441 switch(Collation::tagFromCE32(ce32)) { in getSingleCE() 781 switch(Collation::tagFromCE32(ce32)) { in copyFromBaseCE32() 926 int32_t tag = Collation::tagFromCE32(ce32); in copyCE32() 1108 switch(Collation::tagFromCE32(ce32)) { in getJamoCE32s()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collation.h | 340 static inline int32_t tagFromCE32(uint32_t ce32) { in tagFromCE32() function 345 return isSpecialCE32(ce32) && tagFromCE32(ce32) == tag; in hasCE32Tag() 354 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSimpleOrLongCE32() 355 tagFromCE32(ce32) == LONG_SECONDARY_TAG; in isSimpleOrLongCE32() 363 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSelfContainedCE32() 364 tagFromCE32(ce32) == LONG_SECONDARY_TAG || in isSelfContainedCE32() 365 tagFromCE32(ce32) == LATIN_EXPANSION_TAG; in isSelfContainedCE32() 378 (tagFromCE32(ce32) == PREFIX_TAG || in ce32HasContext() 379 tagFromCE32(ce32) == CONTRACTION_TAG); in ce32HasContext()
|
D | collationdata.cpp | 33 int32_t tag = Collation::tagFromCE32(ce32); in getIndirectCE32() 67 switch(Collation::tagFromCE32(ce32)) { in getSingleCE()
|
D | collationsets.cpp | 126 tag = Collation::tagFromCE32(ce32); in compare() 139 baseTag = Collation::tagFromCE32(baseCE32); in compare() 437 switch(Collation::tagFromCE32(ce32)) { in handleCE32()
|
D | collationdatabuilder.cpp | 435 switch(Collation::tagFromCE32(ce32)) { in getSingleCE() 775 switch(Collation::tagFromCE32(ce32)) { in copyFromBaseCE32() 921 int32_t tag = Collation::tagFromCE32(ce32); in copyCE32() 1103 switch(Collation::tagFromCE32(ce32)) { in getJamoCE32s()
|
/third_party/icu/icu4c/source/i18n/ |
D | collation.h | 340 static inline int32_t tagFromCE32(uint32_t ce32) { in tagFromCE32() function 345 return isSpecialCE32(ce32) && tagFromCE32(ce32) == tag; in hasCE32Tag() 354 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSimpleOrLongCE32() 355 tagFromCE32(ce32) == LONG_SECONDARY_TAG; in isSimpleOrLongCE32() 363 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSelfContainedCE32() 364 tagFromCE32(ce32) == LONG_SECONDARY_TAG || in isSelfContainedCE32() 365 tagFromCE32(ce32) == LATIN_EXPANSION_TAG; in isSelfContainedCE32() 378 (tagFromCE32(ce32) == PREFIX_TAG || in ce32HasContext() 379 tagFromCE32(ce32) == CONTRACTION_TAG); in ce32HasContext()
|
D | collationdata.cpp | 33 int32_t tag = Collation::tagFromCE32(ce32); in getIndirectCE32() 67 switch(Collation::tagFromCE32(ce32)) { in getSingleCE()
|
D | collationsets.cpp | 126 tag = Collation::tagFromCE32(ce32); in compare() 139 baseTag = Collation::tagFromCE32(baseCE32); in compare() 437 switch(Collation::tagFromCE32(ce32)) { in handleCE32()
|
D | collationdatabuilder.cpp | 441 switch(Collation::tagFromCE32(ce32)) { in getSingleCE() 781 switch(Collation::tagFromCE32(ce32)) { in copyFromBaseCE32() 926 int32_t tag = Collation::tagFromCE32(ce32); in copyCE32() 1108 switch(Collation::tagFromCE32(ce32)) { in getJamoCE32s()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collation.h | 340 static inline int32_t tagFromCE32(uint32_t ce32) { in tagFromCE32() function 345 return isSpecialCE32(ce32) && tagFromCE32(ce32) == tag; in hasCE32Tag() 354 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSimpleOrLongCE32() 355 tagFromCE32(ce32) == LONG_SECONDARY_TAG; in isSimpleOrLongCE32() 363 tagFromCE32(ce32) == LONG_PRIMARY_TAG || in isSelfContainedCE32() 364 tagFromCE32(ce32) == LONG_SECONDARY_TAG || in isSelfContainedCE32() 365 tagFromCE32(ce32) == LATIN_EXPANSION_TAG; in isSelfContainedCE32() 378 (tagFromCE32(ce32) == PREFIX_TAG || in ce32HasContext() 379 tagFromCE32(ce32) == CONTRACTION_TAG); in ce32HasContext()
|
D | collationdata.cpp | 33 int32_t tag = Collation::tagFromCE32(ce32); in getIndirectCE32() 67 switch(Collation::tagFromCE32(ce32)) { in getSingleCE()
|
D | collationsets.cpp | 126 tag = Collation::tagFromCE32(ce32); in compare() 139 baseTag = Collation::tagFromCE32(baseCE32); in compare() 437 switch(Collation::tagFromCE32(ce32)) { in handleCE32()
|
D | collationdatabuilder.cpp | 441 switch(Collation::tagFromCE32(ce32)) { in getSingleCE() 781 switch(Collation::tagFromCE32(ce32)) { in copyFromBaseCE32() 926 int32_t tag = Collation::tagFromCE32(ce32); in copyCE32() 1108 switch(Collation::tagFromCE32(ce32)) { in getJamoCE32s()
|