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

/external/chromium_org/third_party/icu/source/common/
H A Dutrie.cpp238 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero) { function
474 if(value!=utrie_get32(trie, U16_LEAD(c), NULL)) {
727 value=utrie_get32(trie, start, &inBlockZero);
/external/icu/icu4c/source/common/
H A Dutrie.cpp238 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero) { function
474 if(value!=utrie_get32(trie, U16_LEAD(c), NULL)) {
727 value=utrie_get32(trie, start, &inBlockZero);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1775 #define utrie_get32 U_ICU_ENTRY_POINT_RENAME(utrie_get32) macro
/external/icu/icu4c/source/common/unicode/
H A Durename.h1698 #define utrie_get32 U_ICU_ENTRY_POINT_RENAME(utrie_get32) macro

Completed in 123 milliseconds