Home
last modified time | relevance | path

Searched refs:lookupUTF8Unsafe (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dcollationfastlatin.cpp581 leftPair = lookupUTF8Unsafe(table, c, left, leftIndex); in compareUTF8()
606 rightPair = lookupUTF8Unsafe(table, c, right, rightIndex); in compareUTF8()
652 leftPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, left, leftIndex); in compareUTF8()
665 rightPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, right, rightIndex); in compareUTF8()
705 leftPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, left, leftIndex); in compareUTF8()
718 rightPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, right, rightIndex); in compareUTF8()
761 leftPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, left, leftIndex); in compareUTF8()
774 rightPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, right, rightIndex); in compareUTF8()
836 CollationFastLatin::lookupUTF8Unsafe(const uint16_t *table, UChar32 c, in lookupUTF8Unsafe() function in CollationFastLatin
H A Dcollationfastlatin.h225 static uint32_t lookupUTF8Unsafe(const uint16_t *table, UChar32 c,
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationfastlatin.cpp581 leftPair = lookupUTF8Unsafe(table, c, left, leftIndex); in compareUTF8()
606 rightPair = lookupUTF8Unsafe(table, c, right, rightIndex); in compareUTF8()
652 leftPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, left, leftIndex); in compareUTF8()
665 rightPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, right, rightIndex); in compareUTF8()
705 leftPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, left, leftIndex); in compareUTF8()
718 rightPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, right, rightIndex); in compareUTF8()
761 leftPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, left, leftIndex); in compareUTF8()
774 rightPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, right, rightIndex); in compareUTF8()
836 CollationFastLatin::lookupUTF8Unsafe(const uint16_t *table, UChar32 c, in lookupUTF8Unsafe() function in CollationFastLatin
H A Dcollationfastlatin.h225 static uint32_t lookupUTF8Unsafe(const uint16_t *table, UChar32 c,
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationfastlatin.cpp581 leftPair = lookupUTF8Unsafe(table, c, left, leftIndex); in compareUTF8()
606 rightPair = lookupUTF8Unsafe(table, c, right, rightIndex); in compareUTF8()
652 leftPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, left, leftIndex); in compareUTF8()
665 rightPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, right, rightIndex); in compareUTF8()
705 leftPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, left, leftIndex); in compareUTF8()
718 rightPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, right, rightIndex); in compareUTF8()
761 leftPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, left, leftIndex); in compareUTF8()
774 rightPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, right, rightIndex); in compareUTF8()
836 CollationFastLatin::lookupUTF8Unsafe(const uint16_t *table, UChar32 c, in lookupUTF8Unsafe() function in CollationFastLatin
H A Dcollationfastlatin.h225 static uint32_t lookupUTF8Unsafe(const uint16_t *table, UChar32 c,

Completed in 8 milliseconds