/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DictionaryData.java | 38 public static final int IX_TOTAL_SIZE = 3; field in DictionaryData 65 int totalSize = indexes[IX_TOTAL_SIZE] - offset; in loadDictionaryFor()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DictionaryData.java | 37 public static final int IX_TOTAL_SIZE = 3; field in DictionaryData 64 int totalSize = indexes[IX_TOTAL_SIZE] - offset; in loadDictionaryFor()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucol_swp.cpp | 300 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()
|
D | dictionarydata.cpp | 203 size = indexes[DictionaryData::IX_TOTAL_SIZE]; in udict_swap() 237 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE]; in udict_swap()
|
D | propname.h | 93 IX_TOTAL_SIZE, enumerator
|
/third_party/node/deps/icu-small/source/common/ |
D | ucol_swp.cpp | 300 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()
|
D | dictionarydata.cpp | 203 size = indexes[DictionaryData::IX_TOTAL_SIZE]; in udict_swap() 237 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE]; in udict_swap()
|
D | propname.h | 93 IX_TOTAL_SIZE, enumerator
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucol_swp.cpp | 300 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()
|
D | dictionarydata.cpp | 203 size = indexes[DictionaryData::IX_TOTAL_SIZE]; in udict_swap() 237 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE]; in udict_swap()
|
D | propname.h | 93 IX_TOTAL_SIZE, enumerator
|
/third_party/icu/icu4c/source/common/ |
D | ucol_swp.cpp | 300 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()
|
D | dictionarydata.cpp | 203 size = indexes[DictionaryData::IX_TOTAL_SIZE]; in udict_swap() 237 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE]; in udict_swap()
|
D | propname.h | 93 IX_TOTAL_SIZE, enumerator
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationDataReader.java | 97 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()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationDataReader.java | 98 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()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationdatareader.h | 99 IX_TOTAL_SIZE enumerator
|
D | collationdatawriter.cpp | 57 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()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationdatareader.h | 99 IX_TOTAL_SIZE enumerator
|
D | collationdatawriter.cpp | 57 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()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationdatareader.h | 99 IX_TOTAL_SIZE enumerator
|
D | collationdatawriter.cpp | 57 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()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationdatareader.h | 99 IX_TOTAL_SIZE enumerator
|
D | collationdatawriter.cpp | 57 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()
|
/third_party/icu/tools/unicode/c/genprops/ |
D | pnamesbuilder.cpp | 276 for(i=PropNameData::IX_RESERVED3_OFFSET; i<=PropNameData::IX_TOTAL_SIZE; ++i) { in build() 289 printf("length of pnames.icu data: %6ld\n", (long)indexes[PropNameData::IX_TOTAL_SIZE]); in build() 481 if(dataLength!=indexes[PropNameData::IX_TOTAL_SIZE]) { in writeBinaryData() 484 (long)dataLength, (long)indexes[PropNameData::IX_TOTAL_SIZE]); in writeBinaryData()
|