Home
last modified time | relevance | path

Searched defs:reorderCodesLength (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataReader.java149 int reorderCodesLength; in read() local
171 assert(reorderRangesLength < reorderCodesLength); in read()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataReader.java150 int reorderCodesLength; in read() local
172 assert(reorderRangesLength < reorderCodesLength); in read()
/external/icu/icu4c/source/i18n/
Dcollationdatareader.cpp107 int32_t reorderCodesLength = 0; in read() local
Dcollationdatawriter.cpp164 int32_t reorderCodesLength = settings.reorderCodesLength; in write() local
Dcollationsettings.h251 int32_t reorderCodesLength; member
Ducol.cpp387 int32_t reorderCodesLength, in ucol_setReorderCodes()
/external/icu/libandroidicu/static_shim/
Dshim.cpp1255 …rCodes_android(UCollator * coll, const int32_t * reorderCodes, int32_t reorderCodesLength, UErrorC… in ucol_setReorderCodes_android()