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

  /external/chromium_org/third_party/icu/source/common/
utrie.h 199 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \
210 (result)=_UTRIE_GET_FROM_BMP(trie, data, c32); \
313 #define UTRIE_GET16_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, index, c16)
324 #define UTRIE_GET32_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, data32, c16)
  /external/icu4c/common/
utrie.h 200 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \
211 (result)=_UTRIE_GET_FROM_BMP(trie, data, c32); \
314 #define UTRIE_GET16_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, index, c16)
325 #define UTRIE_GET32_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, data32, c16)

Completed in 73 milliseconds