Home
last modified time | relevance | path

Searched refs:getCases (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/npm/test/lib/utils/
H A Dexplain-dep.js8 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 DCollationFastLatin.java501 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 DCollationFastLatin.java505 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 Dcollationfastlatin.cpp305 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 Dcollationfastlatin.h247 static uint32_t getCases(uint32_t variableTop, UBool strengthIsPrimary, uint32_t pair);
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationfastlatin.cpp305 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 Dcollationfastlatin.h247 static uint32_t getCases(uint32_t variableTop, UBool strengthIsPrimary, uint32_t pair);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationfastlatin.cpp305 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 Dcollationfastlatin.h247 static uint32_t getCases(uint32_t variableTop, UBool strengthIsPrimary, uint32_t pair);

Completed in 10 milliseconds