Searched refs:lookupUTF8Unsafe (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collationfastlatin.cpp | 581 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
|
D | collationfastlatin.h | 225 static uint32_t lookupUTF8Unsafe(const uint16_t *table, UChar32 c,
|