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

/external/icu/icu4c/source/common/
H A Drbbidata.h85 uint32_t fTrie; /* Offset to Trie data for character categories */ member in struct:RBBIDataHeader
182 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 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 Drbbidata.cpp133 utrie_unserialize(&fTrie,
134 (uint8_t *)data + fHeader->fTrie,
140 fTrie.getFoldingOffset=getFoldingOffset;
452 utrie_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen),
453 outBytes+ds->readUInt32(rbbiDH->fTrie), status);
H A Drbbi.cpp1079 UTRIE_GET16(&fData->fTrie, c, category);
1299 UTRIE_GET16(&fData->fTrie, c, category);
1563 UTRIE_GET16(&fData->fTrie, c, category);
1607 UTRIE_GET16(&fData->fTrie, c, category);
1619 UTRIE_GET16(&fData->fTrie, c, category);
1635 UTRIE_GET16(&fData->fTrie, c, category);
1649 UTRIE_GET16(&fData->fTrie, c, category);
1660 UTRIE_GET16(&fData->fTrie, c, category);
1666 UTRIE_GET16(&fData->fTrie, c, category);
1684 UTRIE_GET16(&fData->fTrie,
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBIDataWrapper.java34 CharTrie fTrie; field in class:RBBIDataWrapper
124 int fTrie; // Offset to Trie data for character categories field in class:RBBIDataWrapper.RBBIDataHeader
195 This.fHeader.fTrie = bytes.getInt();
287 ICUBinary.skipBytes(bytes, This.fHeader.fTrie - pos); // seek buffer from end of
288 pos = This.fHeader.fTrie; // previous section to the start of the trie
295 This.fTrie = new CharTrie(bytes, fTrieFoldingFunc); // Deserialize the TRIE, leaving buffer
476 category = fTrie.getCodePointValue(char32);
H A DRBBISetBuilder.java124 IntTrieBuilder fTrie; // The mapping TRIE that is the end result of processing field in class:RBBISetBuilder
285 fTrie = new IntTrieBuilder(null, // Data array (utrie will allocate one)
292 fTrie.setRange(rlRange.fStartChar, rlRange.fEndChar+1, rlRange.fNum, true);
312 value = fTrie.getValue(start, inBlockZero);
336 size = fTrie.serialize(null, true, dm );
350 fTrie.serialize(os, true, dm );
H A DRuleBasedBreakIterator.java454 category = (short)fRData.fTrie.getCodePointValue(c);
466 category = (short)fRData.fTrie.getCodePointValue(c);
483 category = (short)fRData.fTrie.getCodePointValue(c);
497 category = (short)fRData.fTrie.getCodePointValue(c);
509 category = (short)fRData.fTrie.getCodePointValue(c);
516 category = (short)fRData.fTrie.getCodePointValue(c);
536 category = (short)fRData.fTrie.getCodePointValue(c);
1189 CharTrie trie = fRData.fTrie;
1440 category = (short) fRData.fTrie.getCodePointValue(c);
/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 550 milliseconds