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 99 IX_TOTAL_SIZE
collationdatawriter.cpp 57 int32_t indexes[CollationDataReader::IX_TOTAL_SIZE + 1];
130 indexesLength = CollationDataReader::IX_TOTAL_SIZE + 1;
317 indexes[CollationDataReader::IX_TOTAL_SIZE] = totalSize;
collationdatareader.cpp 93 if(indexesLength > IX_TOTAL_SIZE) {
94 length = inIndexes[IX_TOTAL_SIZE];
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DictionaryData.java 38 public static final int IX_TOTAL_SIZE = 3;
65 int totalSize = indexes[IX_TOTAL_SIZE] - offset;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryData.java 37 public static final int IX_TOTAL_SIZE = 3;
64 int totalSize = indexes[IX_TOTAL_SIZE] - offset;
  /external/icu/icu4c/source/common/
propname.h 93 IX_TOTAL_SIZE,
144 * The last offset (indexes[PropNameData::IX_TOTAL_SIZE]) indicates the
dictionarydata.h 49 IX_TOTAL_SIZE,
ucol_swp.cpp 375 IX_TOTAL_SIZE
388 int32_t indexes[IX_TOTAL_SIZE+1];
408 for(int32_t i=1; i<=IX_TOTAL_SIZE && i<indexesLength; ++i) {
411 for(int32_t i=indexesLength; i<=IX_TOTAL_SIZE; ++i) {
418 if(indexesLength>IX_TOTAL_SIZE) {
419 size=indexes[IX_TOTAL_SIZE];
dictionarydata.cpp 203 size = indexes[DictionaryData::IX_TOTAL_SIZE];
237 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE];
normalizer2impl.h 390 IX_TOTAL_SIZE,
normalizer2impl.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationDataReader.java 98 static final int IX_TOTAL_SIZE = 19;
115 int[] inIndexes = new int[IX_TOTAL_SIZE + 1];
137 if(indexesLength > IX_TOTAL_SIZE) {
138 length = inIndexes[IX_TOTAL_SIZE];
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataReader.java 97 static final int IX_TOTAL_SIZE = 19;
114 int[] inIndexes = new int[IX_TOTAL_SIZE + 1];
136 if(indexesLength > IX_TOTAL_SIZE) {
137 length = inIndexes[IX_TOTAL_SIZE];
  /external/icu/icu4c/source/tools/toolutil/
collationinfo.cpp 31 int32_t totalSize = indexes[CollationDataReader::IX_TOTAL_SIZE];
swapimpl.cpp 118 int32_t totalSize=udata_readInt32(ds, inIndexes[PropNameData::IX_TOTAL_SIZE]);
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 432 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 990 int32_t indexes[icu::CollationDataReader::IX_TOTAL_SIZE + 1];
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.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 9779 milliseconds