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

  /external/icu/icu4c/source/i18n/
collationdatareader.h 97 IX_TOTAL_SIZE
collationdatawriter.cpp 55 int32_t indexes[CollationDataReader::IX_TOTAL_SIZE + 1];
128 indexesLength = CollationDataReader::IX_TOTAL_SIZE + 1;
315 indexes[CollationDataReader::IX_TOTAL_SIZE] = totalSize;
collationdatareader.cpp 91 if(indexesLength > IX_TOTAL_SIZE) {
92 length = inIndexes[IX_TOTAL_SIZE];
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DictionaryData.java 36 public static final int IX_TOTAL_SIZE = 3;
63 int totalSize = indexes[IX_TOTAL_SIZE] - offset;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryData.java 35 public static final int IX_TOTAL_SIZE = 3;
62 int totalSize = indexes[IX_TOTAL_SIZE] - offset;
  /external/icu/icu4c/source/common/
propname.h 91 IX_TOTAL_SIZE,
142 * The last offset (indexes[PropNameData::IX_TOTAL_SIZE]) indicates the
dictionarydata.h 47 IX_TOTAL_SIZE,
ucol_swp.cpp 373 IX_TOTAL_SIZE
386 int32_t indexes[IX_TOTAL_SIZE+1];
406 for(int32_t i=1; i<=IX_TOTAL_SIZE && i<indexesLength; ++i) {
409 for(int32_t i=indexesLength; i<=IX_TOTAL_SIZE; ++i) {
416 if(indexesLength>IX_TOTAL_SIZE) {
417 size=indexes[IX_TOTAL_SIZE];
dictionarydata.cpp 201 size = indexes[DictionaryData::IX_TOTAL_SIZE];
235 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE];
normalizer2impl.h 388 IX_TOTAL_SIZE,
normalizer2impl.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationDataReader.java 96 static final int IX_TOTAL_SIZE = 19;
113 int[] inIndexes = new int[IX_TOTAL_SIZE + 1];
135 if(indexesLength > IX_TOTAL_SIZE) {
136 length = inIndexes[IX_TOTAL_SIZE];
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataReader.java 95 static final int IX_TOTAL_SIZE = 19;
112 int[] inIndexes = new int[IX_TOTAL_SIZE + 1];
134 if(indexesLength > IX_TOTAL_SIZE) {
135 length = inIndexes[IX_TOTAL_SIZE];
  /external/icu/icu4c/source/tools/toolutil/
collationinfo.cpp 29 int32_t totalSize = indexes[CollationDataReader::IX_TOTAL_SIZE];
swapimpl.cpp 116 int32_t totalSize=udata_readInt32(ds, inIndexes[PropNameData::IX_TOTAL_SIZE]);
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 430 indexes[DictionaryData::IX_TOTAL_SIZE] = size;
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Normalizer2Impl.java     [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 988 int32_t indexes[icu::CollationDataReader::IX_TOTAL_SIZE + 1];
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java     [all...]
  /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 1372 milliseconds