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

  /external/chromium_org/third_party/icu/source/common/
utrie.h 409 #define UTRIE_GET16_FROM_PAIR(trie, c, c2, result) _UTRIE_GET_FROM_PAIR(trie, index, c, c2, result, uint16_t)
  /external/icu/icu4c/source/common/
utrie.h 409 #define UTRIE_GET16_FROM_PAIR(trie, c, c2, result) _UTRIE_GET_FROM_PAIR(trie, index, c, c2, result, uint16_t)
  /external/chromium_org/third_party/icu/source/test/cintltst/
trietest.c 217 UTRIE_GET16_FROM_PAIR(trie, c, c2, value);
  /external/icu/icu4c/source/test/cintltst/
trietest.c 217 UTRIE_GET16_FROM_PAIR(trie, c, c2, value);

Completed in 2212 milliseconds