Searched refs:fTrie (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/common/
H A Drbbidata.h84 uint32_t fTrie; /* Offset to Trie data for character categories */ member in struct:RBBIDataHeader
180 UTrie fTrie; member in class:RBBIDataWrapper
H A Drbbisetb.h110 UNewTrie *fTrie; // The mapping TRIE that is the end result of processing member in class:RBBISetBuilder
H A Drbbidata.cpp105 utrie_unserialize(&fTrie,
106 (uint8_t *)data + fHeader->fTrie,
112 fTrie.getFoldingOffset=getFoldingOffset;
424 utrie_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen),
425 outBytes+ds->readUInt32(rbbiDH->fTrie), status);
H A Drbbisetb.cpp94 fTrie = 0;
117 utrie_close(fTrie);
288 fTrie = utrie_open(NULL, // Pre-existing trie to be filled in
297 utrie_setRange32(fTrie, rlRange->fStartChar, rlRange->fEndChar+1, rlRange->fNum, TRUE);
309 fTrieSize = utrie_serialize(fTrie,
328 utrie_serialize(fTrie,
H A Drbbirb.cpp194 data->fTrie = data->fSRTable + safeRevTableSize;
196 data->fStatusTable = data->fTrie + trieSize;
207 fSetBuilder->serializeTrie ((uint8_t *)data + data->fTrie);
H A Drbbi.cpp1072 UTRIE_GET16(&fData->fTrie, c, category);
1292 UTRIE_GET16(&fData->fTrie, c, category);
1601 UTRIE_GET16(&fData->fTrie, c, category);
1669 UTRIE_GET16(&fData->fTrie, c, category);
1681 UTRIE_GET16(&fData->fTrie, c, category);
1697 UTRIE_GET16(&fData->fTrie, c, category);
1711 UTRIE_GET16(&fData->fTrie, c, category);
1722 UTRIE_GET16(&fData->fTrie, c, category);
1728 UTRIE_GET16(&fData->fTrie, c, category);
1746 UTRIE_GET16(&fData->fTrie,
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 64 milliseconds