/third_party/node/deps/npm/test/lib/utils/ |
H A D | explain-dep.js | 8 const getCases = (testdir) => { 259 const cases = getCases(testdir) 261 for (const [name, expl] of Object.entries(getCases(testdir))) {
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationFastLatin.java | 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() method in CollationFastLatin
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationFastLatin.java | 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() method in CollationFastLatin
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationfastlatin.cpp | 305 leftPair = getCases(variableTop, strengthIsPrimary, leftPair); in compareUTF16() 318 rightPair = getCases(variableTop, strengthIsPrimary, rightPair); in compareUTF16() 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() function in CollationFastLatin
|
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 | 305 leftPair = getCases(variableTop, strengthIsPrimary, leftPair); in compareUTF16() 318 rightPair = getCases(variableTop, strengthIsPrimary, rightPair); in compareUTF16() 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() function in CollationFastLatin
|
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 | 305 leftPair = getCases(variableTop, strengthIsPrimary, leftPair); in compareUTF16() 318 rightPair = getCases(variableTop, strengthIsPrimary, rightPair); in compareUTF16() 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() function in CollationFastLatin
|
H A D | collationfastlatin.h | 247 static uint32_t getCases(uint32_t variableTop, UBool strengthIsPrimary, uint32_t pair);
|