Lines Matching refs:UCPTRIE_8
209 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_8, start); in testTrieGetters()
224 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_8, start); in testTrieGetters()
237 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_8, start); in testTrieGetters()
250 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_8, start); in testTrieGetters()
258 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, start); in testTrieGetters()
314 value = UCPTRIE_FAST_GET(trie, UCPTRIE_8, -1); in testTrieGetters()
315 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_8, 0x110000); in testTrieGetters()
325 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, -1); in testTrieGetters()
326 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, 0x110000); in testTrieGetters()
444 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_8, p, limit, c, value); in testTrieUTF16()
472 UCPTRIE_FAST_U16_PREV(trie, UCPTRIE_8, s, p, c, value); in testTrieUTF16()
608 UCPTRIE_FAST_U8_NEXT(trie, UCPTRIE_8, p, limit, value); in testTrieUTF8()
654 UCPTRIE_FAST_U8_PREV(trie, UCPTRIE_8, s, p, value); in testTrieUTF8()