Searched refs:strengthIsPrimary (Results 1 - 8 of 8) sorted by relevance
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationFastLatin.java | 482 boolean strengthIsPrimary = CollationSettings.getStrength(options) == Collator.PRIMARY; in compareUTF16() 501 leftPair = getCases(variableTop, strengthIsPrimary, leftPair); in compareUTF16() 519 rightPair = getCases(variableTop, strengthIsPrimary, rightPair); in compareUTF16() 783 private static int getCases(int variableTop, boolean strengthIsPrimary, int pair) { in getCases() argument 795 if(!strengthIsPrimary && (ce & SECONDARY_MASK) >= MIN_SEC_HIGH) { in getCases() 808 if(strengthIsPrimary && (pair & (SHORT_PRIMARY_MASK << 16)) == 0) { in getCases()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationFastLatin.java | 486 boolean strengthIsPrimary = CollationSettings.getStrength(options) == Collator.PRIMARY; in compareUTF16() 505 leftPair = getCases(variableTop, strengthIsPrimary, leftPair); in compareUTF16() 523 rightPair = getCases(variableTop, strengthIsPrimary, rightPair); in compareUTF16() 787 private static int getCases(int variableTop, boolean strengthIsPrimary, int pair) { in getCases() argument 799 if(!strengthIsPrimary && (ce & SECONDARY_MASK) >= MIN_SEC_HIGH) { in getCases() 812 if(strengthIsPrimary && (pair & (SHORT_PRIMARY_MASK << 16)) == 0) { in getCases()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationfastlatin.cpp | 291 UBool strengthIsPrimary = CollationSettings::getStrength(options) == UCOL_PRIMARY; in compareUTF16() local 305 leftPair = getCases(variableTop, strengthIsPrimary, leftPair); in compareUTF16() 318 rightPair = getCases(variableTop, strengthIsPrimary, rightPair); in compareUTF16() 642 UBool strengthIsPrimary = CollationSettings::getStrength(options) == UCOL_PRIMARY; in compareUTF8() local 656 leftPair = getCases(variableTop, strengthIsPrimary, leftPair); in compareUTF8() 669 rightPair = getCases(variableTop, strengthIsPrimary, rightPair); in compareUTF8() 973 CollationFastLatin::getCases(uint32_t variableTop, UBool strengthIsPrimary, uint32_t pair) { in getCases() argument 985 if(!strengthIsPrimary && (ce & SECONDARY_MASK) >= MIN_SEC_HIGH) { in getCases() 998 if(strengthIsPrimary && (pair & (SHORT_PRIMARY_MASK << 16)) == 0) { in getCases()
|
H A D | collationfastlatin.h | 247 static uint32_t getCases(uint32_t variableTop, UBool strengthIsPrimary, uint32_t pair);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationfastlatin.cpp | 291 UBool strengthIsPrimary = CollationSettings::getStrength(options) == UCOL_PRIMARY; in compareUTF16() local 305 leftPair = getCases(variableTop, strengthIsPrimary, leftPair); in compareUTF16() 318 rightPair = getCases(variableTop, strengthIsPrimary, rightPair); in compareUTF16() 642 UBool strengthIsPrimary = CollationSettings::getStrength(options) == UCOL_PRIMARY; in compareUTF8() local 656 leftPair = getCases(variableTop, strengthIsPrimary, leftPair); in compareUTF8() 669 rightPair = getCases(variableTop, strengthIsPrimary, rightPair); in compareUTF8() 973 CollationFastLatin::getCases(uint32_t variableTop, UBool strengthIsPrimary, uint32_t pair) { in getCases() argument 985 if(!strengthIsPrimary && (ce & SECONDARY_MASK) >= MIN_SEC_HIGH) { in getCases() 998 if(strengthIsPrimary && (pair & (SHORT_PRIMARY_MASK << 16)) == 0) { in getCases()
|
H A D | collationfastlatin.h | 247 static uint32_t getCases(uint32_t variableTop, UBool strengthIsPrimary, uint32_t pair);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationfastlatin.cpp | 291 UBool strengthIsPrimary = CollationSettings::getStrength(options) == UCOL_PRIMARY; in compareUTF16() local 305 leftPair = getCases(variableTop, strengthIsPrimary, leftPair); in compareUTF16() 318 rightPair = getCases(variableTop, strengthIsPrimary, rightPair); in compareUTF16() 642 UBool strengthIsPrimary = CollationSettings::getStrength(options) == UCOL_PRIMARY; in compareUTF8() local 656 leftPair = getCases(variableTop, strengthIsPrimary, leftPair); in compareUTF8() 669 rightPair = getCases(variableTop, strengthIsPrimary, rightPair); in compareUTF8() 973 CollationFastLatin::getCases(uint32_t variableTop, UBool strengthIsPrimary, uint32_t pair) { in getCases() argument 985 if(!strengthIsPrimary && (ce & SECONDARY_MASK) >= MIN_SEC_HIGH) { in getCases() 998 if(strengthIsPrimary && (pair & (SHORT_PRIMARY_MASK << 16)) == 0) { in getCases()
|
H A D | collationfastlatin.h | 247 static uint32_t getCases(uint32_t variableTop, UBool strengthIsPrimary, uint32_t pair);
|
Completed in 10 milliseconds