Home
last modified time | relevance | path

Searched refs:IX_TOTAL_SIZE (Results 1 – 20 of 20) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DDictionaryData.java38 public static final int IX_TOTAL_SIZE = 3; field in DictionaryData
65 int totalSize = indexes[IX_TOTAL_SIZE] - offset; in loadDictionaryFor()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDictionaryData.java37 public static final int IX_TOTAL_SIZE = 3; field in DictionaryData
64 int totalSize = indexes[IX_TOTAL_SIZE] - offset; in loadDictionaryFor()
/external/icu/icu4c/source/common/
Ducol_swp.cpp300 IX_TOTAL_SIZE enumerator
313 int32_t indexes[IX_TOTAL_SIZE+1]; in swapFormatVersion4()
333 for(int32_t i=1; i<=IX_TOTAL_SIZE && i<indexesLength; ++i) { in swapFormatVersion4()
336 for(int32_t i=indexesLength; i<=IX_TOTAL_SIZE; ++i) { in swapFormatVersion4()
343 if(indexesLength>IX_TOTAL_SIZE) { in swapFormatVersion4()
344 size=indexes[IX_TOTAL_SIZE]; in swapFormatVersion4()
Ddictionarydata.cpp203 size = indexes[DictionaryData::IX_TOTAL_SIZE]; in udict_swap()
237 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE]; in udict_swap()
Dpropname.h93 IX_TOTAL_SIZE, enumerator
Ddictionarydata.h49 IX_TOTAL_SIZE, enumerator
Dnormalizer2impl.h427 IX_TOTAL_SIZE, enumerator
Dnormalizer2impl.cpp2561 int32_t indexes[Normalizer2Impl::IX_TOTAL_SIZE+1]; in unorm2_swap()
2618 size=indexes[Normalizer2Impl::IX_TOTAL_SIZE]; in unorm2_swap()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataReader.java97 static final int IX_TOTAL_SIZE = 19; field in CollationDataReader
114 int[] inIndexes = new int[IX_TOTAL_SIZE + 1]; in read()
136 if(indexesLength > IX_TOTAL_SIZE) { in read()
137 length = inIndexes[IX_TOTAL_SIZE]; in read()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataReader.java98 static final int IX_TOTAL_SIZE = 19; field in CollationDataReader
115 int[] inIndexes = new int[IX_TOTAL_SIZE + 1]; in read()
137 if(indexesLength > IX_TOTAL_SIZE) { in read()
138 length = inIndexes[IX_TOTAL_SIZE]; in read()
/external/icu/icu4c/source/i18n/
Dcollationdatawriter.cpp57 int32_t indexes[CollationDataReader::IX_TOTAL_SIZE + 1]; in cloneBinary()
130 indexesLength = CollationDataReader::IX_TOTAL_SIZE + 1; in write()
317 indexes[CollationDataReader::IX_TOTAL_SIZE] = totalSize; in write()
Dcollationdatareader.h99 IX_TOTAL_SIZE enumerator
Dcollationdatareader.cpp93 if(indexesLength > IX_TOTAL_SIZE) { in read()
94 length = inIndexes[IX_TOTAL_SIZE]; in read()
/external/icu/icu4c/source/tools/toolutil/
Dcollationinfo.cpp31 int32_t totalSize = indexes[CollationDataReader::IX_TOTAL_SIZE]; in printSizes()
Dswapimpl.cpp119 int32_t totalSize=udata_readInt32(ds, inIndexes[PropNameData::IX_TOTAL_SIZE]); in upname_swap()
/external/icu/icu4c/source/tools/gendict/
Dgendict.cpp433 indexes[DictionaryData::IX_TOTAL_SIZE] = size; in main()
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp747 for(int32_t i=Normalizer2Impl::IX_RESERVED3_OFFSET; i<=Normalizer2Impl::IX_TOTAL_SIZE; ++i) { in processData()
799 int32_t totalSize=indexes[Normalizer2Impl::IX_TOTAL_SIZE]; in writeBinaryFile()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNormalizer2Impl.java940 public static final int IX_TOTAL_SIZE=7; field in Normalizer2Impl
/external/icu/icu4c/source/tools/genrb/
Dparse.cpp990 int32_t indexes[icu::CollationDataReader::IX_TOTAL_SIZE + 1]; in addCollation()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java931 public static final int IX_TOTAL_SIZE=7; field in Normalizer2Impl