Home
last modified time | relevance | path

Searched refs:fTrie (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/common/
Drbbisetb.cpp94 fTrie = 0; in RBBISetBuilder()
117 utrie_close(fTrie); in ~RBBISetBuilder()
288 fTrie = utrie_open(NULL, // Pre-existing trie to be filled in in build()
297 utrie_setRange32(fTrie, rlRange->fStartChar, rlRange->fEndChar+1, rlRange->fNum, TRUE); in build()
309 fTrieSize = utrie_serialize(fTrie, in getTrieSize()
328 utrie_serialize(fTrie, in serializeTrie()
Drbbidata.cpp105 utrie_unserialize(&fTrie, in init()
106 (uint8_t *)data + fHeader->fTrie, in init()
112 fTrie.getFoldingOffset=getFoldingOffset; in init()
424 utrie_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen), in ubrk_swap()
425 outBytes+ds->readUInt32(rbbiDH->fTrie), status); in ubrk_swap()
Drbbidata.h84 uint32_t fTrie; /* Offset to Trie data for character categories */ member
180 UTrie fTrie; variable
Drbbirb.cpp194 data->fTrie = data->fSRTable + safeRevTableSize; in flattenData()
196 data->fStatusTable = data->fTrie + trieSize; in flattenData()
207 fSetBuilder->serializeTrie ((uint8_t *)data + data->fTrie); in flattenData()
Drbbi.cpp1041 UTRIE_GET16(&fData->fTrie, c, category); in handleNext()
1256 UTRIE_GET16(&fData->fTrie, c, category); in handlePrevious()
1626 UTRIE_GET16(&fData->fTrie, c, category); in checkDictionary()
1638 UTRIE_GET16(&fData->fTrie, c, category); in checkDictionary()
1654 UTRIE_GET16(&fData->fTrie, c, category); in checkDictionary()
1668 UTRIE_GET16(&fData->fTrie, c, category); in checkDictionary()
1679 UTRIE_GET16(&fData->fTrie, c, category); in checkDictionary()
1685 UTRIE_GET16(&fData->fTrie, c, category); in checkDictionary()
1703 UTRIE_GET16(&fData->fTrie, c, category); in checkDictionary()
Dtriedict.cpp86 fTrie = new TernaryNode(median); in MutableTrieDictionary()
87 if (fTrie == NULL) { in MutableTrieDictionary()
97 fTrie = NULL; in MutableTrieDictionary()
105 delete fTrie; in ~MutableTrieDictionary()
119 const TernaryNode *p = fTrie; in search()
350 return new MutableTrieEnumeration(fTrie, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1047 BuildCompactTrieNode *root = compactOneNode(dict.fTrie, FALSE, nodes, status); in compactMutableTrieDictionary()
1265 result->fTrie = root; in cloneMutable()
Drbbisetb.h110 UNewTrie *fTrie; // The mapping TRIE that is the end result of processing variable
Dtriedict.h122 TernaryNode *fTrie;