Home
last modified time | relevance | path

Searched refs:IX_OPTIONS (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataReader.java45 static final int IX_OPTIONS = 1; field in CollationDataReader
201 if(baseData != null && baseData.numericPrimary != (inIndexes[IX_OPTIONS] & 0xff000000L)) { in read()
213 data.numericPrimary = inIndexes[IX_OPTIONS] & 0xff000000L; in read()
396 if(((inIndexes[IX_OPTIONS] >> 16) & 0xff) == CollationFastLatin.VERSION) { in read()
481 int options = inIndexes[IX_OPTIONS] & 0xffff; in read()
/external/icu/icu4c/source/i18n/
Dcollationdatareader.cpp153 if(baseData != NULL && baseData->numericPrimary != (inIndexes[IX_OPTIONS] & 0xff000000)) { in read()
166 data->numericPrimary = inIndexes[IX_OPTIONS] & 0xff000000; in read()
330 if(((inIndexes[IX_OPTIONS] >> 16) & 0xff) == CollationFastLatin::VERSION) { in read()
403 int32_t options = inIndexes[IX_OPTIONS] & 0xffff; in read()
Dcollationdatareader.h47 IX_OPTIONS, enumerator
Dcollationdatawriter.cpp137 indexesLength = CollationDataReader::IX_OPTIONS + 1; // no limit offset here in write()
215 indexes[CollationDataReader::IX_OPTIONS] = in write()
/external/icu/icu4c/source/common/
Ducol_swp.cpp351 IX_OPTIONS, enumerator