Home | History | Annotate | Download | only in common

Lines Matching full:trie

23  * a trie is built when you call ucnvsel_open() that
47 UTrie2 *trie; // 16 bit trie containing offsets into pv
137 result->trie = upvec_compactToUTrie2WithRowIndexes(upvec, status);
239 utrie2_close(sel->trie);
259 UCNVSEL_INDEX_TRIE_SIZE, // trie size in bytes
296 int32_t serializedTrieSize = utrie2_serialize(sel->trie, NULL, 0, status);
337 utrie2_serialize(sel->trie, p, serializedTrieSize, status);
566 // trie
567 sel->trie = utrie2_openFromSerialized(UTRIE2_16_VALUE_BITS,
771 UTRIE2_U16_NEXT16(sel->trie, s, limit, c, pvIndex);
808 UTRIE2_U8_NEXT16(sel->trie, s, limit, pvIndex);