HomeSort by relevance Sort by last modified time
    Searched refs:fTrie (Results 1 - 17 of 17) sorted by null

  /external/icu/icu4c/source/common/
rbbidata.h 85 uint32_t fTrie; /* Offset to Trie data for character categories */
182 UTrie fTrie;
rbbisetb.h 110 UNewTrie *fTrie; // The mapping TRIE that is the end result of processing
rbbisetb.cpp 94 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,
rbbirb.cpp 194 data->fTrie = data->fSRTable + safeRevTableSize;
196 data->fStatusTable = data->fTrie + trieSize;
207 fSetBuilder->serializeTrie ((uint8_t *)data + data->fTrie);
rbbidata.cpp 133 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);
rbbi.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIDataWrapper.java 35 CharTrie fTrie;
125 int fTrie; // Offset to Trie data for character categories
194 This.fHeader.fTrie = bytes.getInt();
278 ICUBinary.skipBytes(bytes, This.fHeader.fTrie - pos); // seek buffer from end of
279 pos = This.fHeader.fTrie; // previous section to the start of the trie
286 This.fTrie = new CharTrie(bytes, fTrieFoldingFunc); // Deserialize the TRIE, leaving buffer
461 category = fTrie.getCodePointValue(char32);
RBBISetBuilder.java 125 IntTrieBuilder fTrie; // The mapping TRIE that is the end result of processing
286 fTrie = new IntTrieBuilder(null, // Data array (utrie will allocate one)
293 fTrie.setRange(rlRange.fStartChar, rlRange.fEndChar+1, rlRange.fNum, true);
313 value = fTrie.getValue(start, inBlockZero);
337 size = fTrie.serialize(null, true, dm );
351 fTrie.serialize(os, true, dm );
RuleBasedBreakIterator.java 444 category = (short)fRData.fTrie.getCodePointValue(c);
456 category = (short)fRData.fTrie.getCodePointValue(c);
473 category = (short)fRData.fTrie.getCodePointValue(c);
487 category = (short)fRData.fTrie.getCodePointValue(c);
499 category = (short)fRData.fTrie.getCodePointValue(c);
506 category = (short)fRData.fTrie.getCodePointValue(c);
526 category = (short)fRData.fTrie.getCodePointValue(c);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIDataWrapper.java 34 CharTrie fTrie;
124 int fTrie; // Offset to Trie data for character categories
193 This.fHeader.fTrie = bytes.getInt();
277 ICUBinary.skipBytes(bytes, This.fHeader.fTrie - pos); // seek buffer from end of
278 pos = This.fHeader.fTrie; // previous section to the start of the trie
285 This.fTrie = new CharTrie(bytes, fTrieFoldingFunc); // Deserialize the TRIE, leaving buffer
460 category = fTrie.getCodePointValue(char32);
RBBISetBuilder.java 124 IntTrieBuilder fTrie; // The mapping TRIE that is the end result of processing
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 );
RuleBasedBreakIterator.java 454 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);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 4374 milliseconds