HomeSort by relevance Sort by last modified time
    Searched defs:utrie_get32 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/common/
utrie.c 238 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);
    [all...]
  /external/icu4c/common/
utrie.cpp 238 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);
    [all...]
  /external/icu4c/common/unicode/
urename.h 1727 #define utrie_get32 macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 1690 #define utrie_get32 macro
    [all...]

Completed in 273 milliseconds