Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Ducptrietest.c257 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, start); in testTrieGetters()
259 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_32, start); in testTrieGetters()
261 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, start); in testTrieGetters()
322 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, -1); in testTrieGetters()
323 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, 0x110000); in testTrieGetters()
325 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_32, -1); in testTrieGetters()
326 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_32, 0x110000); in testTrieGetters()
328 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, -1); in testTrieGetters()
329 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, 0x110000); in testTrieGetters()
/external/cronet/third_party/icu/source/test/cintltst/
Ducptrietest.c257 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, start); in testTrieGetters()
259 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_32, start); in testTrieGetters()
261 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, start); in testTrieGetters()
322 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, -1); in testTrieGetters()
323 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, 0x110000); in testTrieGetters()
325 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_32, -1); in testTrieGetters()
326 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_32, 0x110000); in testTrieGetters()
328 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, -1); in testTrieGetters()
329 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, 0x110000); in testTrieGetters()
/external/icu/icu4c/source/common/unicode/
Ducptrie.h370 #define UCPTRIE_SMALL_GET(trie, dataAccess, c) \ macro
/external/icu/libandroidicu/include/unicode/
Ducptrie.h370 #define UCPTRIE_SMALL_GET(trie, dataAccess, c) \ macro
/external/icu/libicu/cts_headers/unicode/
Ducptrie.h370 #define UCPTRIE_SMALL_GET(trie, dataAccess, c) \ macro
/external/cronet/third_party/icu/source/common/unicode/
Ducptrie.h370 #define UCPTRIE_SMALL_GET(trie, dataAccess, c) \ macro