Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Dutrie.h201 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \ macro
212 (result)=_UTRIE_GET_FROM_BMP(trie, data, c32); \
316 #define UTRIE_GET16_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, index, c16)
327 #define UTRIE_GET32_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, data32, c16)
/third_party/node/deps/icu-small/source/common/
Dutrie.h201 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \ macro
212 (result)=_UTRIE_GET_FROM_BMP(trie, data, c32); \
316 #define UTRIE_GET16_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, index, c16)
327 #define UTRIE_GET32_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, data32, c16)
/third_party/skia/third_party/externals/icu/source/common/
Dutrie.h201 #define _UTRIE_GET_FROM_BMP(trie, data, c16) \ macro
212 (result)=_UTRIE_GET_FROM_BMP(trie, data, c32); \
316 #define UTRIE_GET16_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, index, c16)
327 #define UTRIE_GET32_FROM_BMP(trie, c16) _UTRIE_GET_FROM_BMP(trie, data32, c16)