Searched refs:lookupUTF8Unsafe (Results 1 - 2 of 2) sorted by last modified time

/external/icu/icu4c/source/i18n/
H A Dcollationfastlatin.cpp565 leftPair = lookupUTF8Unsafe(table, c, left, leftIndex);
590 rightPair = lookupUTF8Unsafe(table, c, right, rightIndex);
636 leftPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, left, leftIndex);
649 rightPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, right, rightIndex);
689 leftPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, left, leftIndex);
702 rightPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, right, rightIndex);
745 leftPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, left, leftIndex);
758 rightPair = (c <= 0x7f) ? table[c] : lookupUTF8Unsafe(table, c, right, rightIndex);
820 CollationFastLatin::lookupUTF8Unsafe(const uint16_t *table, UChar32 c, function in class:CollationFastLatin
H A Dcollationfastlatin.h223 static uint32_t lookupUTF8Unsafe(const uint16_t *table, UChar32 c,

Completed in 139 milliseconds