Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Ducptrietest.c210 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_8, start); in testTrieGetters()
225 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_8, start); in testTrieGetters()
238 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_8, start); in testTrieGetters()
251 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_8, start); in testTrieGetters()
259 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, start); in testTrieGetters()
315 value = UCPTRIE_FAST_GET(trie, UCPTRIE_8, -1); in testTrieGetters()
316 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_8, 0x110000); in testTrieGetters()
326 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, -1); in testTrieGetters()
327 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, 0x110000); in testTrieGetters()
445 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_8, p, limit, c, value); in testTrieUTF16()
[all …]
/external/icu/icu4c/source/common/unicode/
Ducptrie.h347 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) macro
/external/icu/libandroidicu/include/unicode/
Ducptrie.h347 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) macro
/external/icu/libicu/cts_headers/unicode/
Ducptrie.h347 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i]) macro
/external/icu/icu4c/source/common/
Drbbi.cpp745 return UCPTRIE_FAST_GET(trie, UCPTRIE_8, c); in TrieFunc8()