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

/external/chromium_org/third_party/icu/source/common/
H A Dutrie2.h131 * Easier to use than UTRIE2_GET16() and UTRIE2_GET32() but slower.
400 #define UTRIE2_GET32(trie, c) _UTRIE2_GET((trie), data32, 0, (c)) macro
591 * Same as UTRIE2_GET32() if c is a BMP code point except for lead surrogates,
/external/icu/icu4c/source/common/
H A Dutrie2.h131 * Easier to use than UTRIE2_GET16() and UTRIE2_GET32() but slower.
400 #define UTRIE2_GET32(trie, c) _UTRIE2_GET((trie), data32, 0, (c)) macro
591 * Same as UTRIE2_GET32() if c is a BMP code point except for lead surrogates,

Completed in 413 milliseconds