Home
last modified time | relevance | path

Searched refs:_UTRIE_GET_FROM_BMP (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Dutrie.h199 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \ macro
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)