Home | History | Annotate | Download | only in common

Lines Matching refs:UTRIE2_GET16

130  * Easier to use than UTRIE2_GET16() and UTRIE2_GET32() but slower.
389 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c))
579 * Same as UTRIE2_GET16() if c is a BMP code point except for lead surrogates,