Lines Matching refs:UCPTrie
4 // ucptrie.cpp (modified from utrie2.cpp)
13 #include "unicode/ucptrie.h"
21 U_CAPI UCPTrie * U_EXPORT2
71 UCPTrie tempTrie;
100 UCPTrie *trie = (UCPTrie *)uprv_malloc(sizeof(UCPTrie));
146 ucptrie_close(UCPTrie *trie) {
151 ucptrie_getType(const UCPTrie *trie) {
156 ucptrie_getValueWidth(const UCPTrie *trie) {
161 ucptrie_internalSmallIndex(const UCPTrie *trie, UChar32 c) {
188 ucptrie_internalSmallU8Index(const UCPTrie *trie, int32_t lt1, uint8_t t2, uint8_t t3) {
198 ucptrie_internalU8PrevIndex(const UCPTrie *trie, UChar32 c,
233 ucptrie_get(const UCPTrie *trie, UChar32 c) {
264 const UCPTrie *trie = reinterpret_cast<const UCPTrie *>(t);
461 ucptrie_getRange(const UCPTrie *trie, UChar32 start,
470 ucptrie_toBinary(const UCPTrie *trie,
545 long countNull(const UCPTrie *trie) {
573 ucptrie_printLengths(const UCPTrie *trie, const char *which) {
587 // Initially, this is the same as UCPTrie. This may well change.
591 return ucptrie_get(reinterpret_cast<const UCPTrie *>(map), c);
598 return ucptrie_getRange(reinterpret_cast<const UCPTrie *>(map), start,