Lines Matching refs:UCPTRIE_16
206 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_16, start); in testTrieGetters()
221 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_16, start); in testTrieGetters()
234 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_16, start); in testTrieGetters()
247 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_16, start); in testTrieGetters()
255 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, start); in testTrieGetters()
309 value = UCPTRIE_FAST_GET(trie, UCPTRIE_16, -1); in testTrieGetters()
310 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_16, 0x110000); in testTrieGetters()
320 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, -1); in testTrieGetters()
321 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_16, 0x110000); in testTrieGetters()
441 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_16, p, limit, c, value); in testTrieUTF16()
469 UCPTRIE_FAST_U16_PREV(trie, UCPTRIE_16, s, p, c, value); in testTrieUTF16()
605 UCPTRIE_FAST_U8_NEXT(trie, UCPTRIE_16, p, limit, value); in testTrieUTF8()
651 UCPTRIE_FAST_U8_PREV(trie, UCPTRIE_16, s, p, value); in testTrieUTF8()