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

  /external/chromium/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.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/webkit/JavaScriptCore/icu/unicode/
urename.h 1171 #define utrie_get32 macro
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 1171 #define utrie_get32 macro
    [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h 1171 #define utrie_get32 macro
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 1171 #define utrie_get32 macro
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 1465 #define utrie_get32 macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 1650 #define utrie_get32 macro
    [all...]

Completed in 439 milliseconds