Home
last modified time | relevance | path

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

12

/external/icu/android_icu4j/src/main/java/android/icu/impl/breakiter/
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/impl/breakiter/
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
Demojiprops.h50 IX_TOTAL_SIZE, enumerator
Ddictionarydata.h49 IX_TOTAL_SIZE, enumerator
/external/cronet/third_party/icu/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
Demojiprops.h50 IX_TOTAL_SIZE, enumerator
Ddictionarydata.h49 IX_TOTAL_SIZE, enumerator
/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/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/cronet/third_party/icu/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
/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
/external/icu/libicu/cts_headers/
Dcollationdatareader.h99 IX_TOTAL_SIZE enumerator
Dpropname.h93 IX_TOTAL_SIZE, enumerator
Demojiprops.h50 IX_TOTAL_SIZE, enumerator
Ddictionarydata.h49 IX_TOTAL_SIZE, enumerator
/external/icu/icu4c/source/tools/toolutil/
Dswapimpl.cpp121 int32_t totalSize=udata_readInt32(ds, inIndexes[PropNameData::IX_TOTAL_SIZE]); in upname_swap()
804 int32_t indexes[EmojiProps::IX_TOTAL_SIZE + 1]; in uemoji_swap()
806 for (int32_t i = 1; i <= EmojiProps::IX_TOTAL_SIZE; ++i) { in uemoji_swap()
809 int32_t size = indexes[EmojiProps::IX_TOTAL_SIZE]; in uemoji_swap()
Dcollationinfo.cpp31 int32_t totalSize = indexes[CollationDataReader::IX_TOTAL_SIZE]; in printSizes()
/external/cronet/third_party/icu/source/tools/toolutil/
Dswapimpl.cpp121 int32_t totalSize=udata_readInt32(ds, inIndexes[PropNameData::IX_TOTAL_SIZE]); in upname_swap()
804 int32_t indexes[EmojiProps::IX_TOTAL_SIZE + 1]; in uemoji_swap()
806 for (int32_t i = 1; i <= EmojiProps::IX_TOTAL_SIZE; ++i) { in uemoji_swap()
809 int32_t size = indexes[EmojiProps::IX_TOTAL_SIZE]; in uemoji_swap()

12