Searched defs:UTRIE2_GET16 (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Dutrie2.h131 * Easier to use than UTRIE2_GET16() and UTRIE2_GET32() but slower.
390 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c)) macro
580 * Same as UTRIE2_GET16() if c is a BMP code point except for lead surrogates,

Completed in 151 milliseconds