Searched refs:strengthIsPrimary (Results 1 – 7 of 7) sorted by relevance
/external/cronet/third_party/icu/source/i18n/ |
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()
|
D | collationfastlatin.h | 247 static uint32_t getCases(uint32_t variableTop, UBool strengthIsPrimary, uint32_t pair);
|
/external/icu/icu4c/source/i18n/ |
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()
|
D | collationfastlatin.h | 247 static uint32_t getCases(uint32_t variableTop, UBool strengthIsPrimary, uint32_t pair);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
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()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
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()
|
/external/icu/libicu/cts_headers/ |
D | collationfastlatin.h | 247 static uint32_t getCases(uint32_t variableTop, UBool strengthIsPrimary, uint32_t pair);
|