Home | History | Annotate | Download | only in common

Lines Matching refs:UTRIE2_GET32

130  * Easier to use than UTRIE2_GET16() and UTRIE2_GET32() but slower.
139 utrie2_get32(const UTrie2 *trie, UChar32 c);
399 #define UTRIE2_GET32(trie, c) _UTRIE2_GET((trie), data32, 0, (c))
590 * Same as UTRIE2_GET32() if c is a BMP code point except for lead surrogates,