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

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIDataWrapper.java 36 int fStatusTable[];
128 int fStatusTable; // Offset to the table of rule status values
199 This.fHeader.fStatusTable = bytes.getInt();
307 if (pos > This.fHeader.fStatusTable) {
310 ICUBinary.skipBytes(bytes, This.fHeader.fStatusTable - pos);
311 pos = This.fHeader.fStatusTable;
312 This.fStatusTable = new int[This.fHeader.fStatusTableLen / 4];
313 for (i=0; i<This.fStatusTable.length; i++) {
314 This.fStatusTable[i] = bytes.getInt();
RuleBasedBreakIterator.java     [all...]
  /external/icu/icu4c/source/common/
rbbidata.h 89 uint32_t fStatusTable; /* Offset to the table of rule status values */
rbbirb.cpp 196 data->fStatusTable = data->fTrie + trieSize;
198 data->fRuleSource = data->fStatusTable + statusTableSize;
209 int32_t *ruleStatusTable = (int32_t *)((uint8_t *)data + data->fStatusTable);
rbbidata.cpp 147 fRuleStatusTable = (int32_t *)((char *)data + fHeader->fStatusTable);
460 ds->swapArray32(ds, inBytes+ds->readUInt32(rbbiDH->fStatusTable), ds->readUInt32(rbbiDH->fStatusTableLen),
461 outBytes+ds->readUInt32(rbbiDH->fStatusTable), status);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 292 milliseconds