Home
last modified time | relevance | path

Searched refs:scriptStartsLength (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationdata.cpp135 if(p < scriptStarts[1] || scriptStarts[scriptStartsLength - 1] <= p) { in getGroupForPrimary()
238 U_ASSERT(scriptStartsLength >= 2); in makeReorderRanges()
242 int32_t highLimit = scriptStarts[scriptStartsLength - 1]; in makeReorderRanges()
317 for(int32_t i = 1; i < scriptStartsLength - 1; ++i) { in makeReorderRanges()
344 while(i < scriptStartsLength - 1) { in makeReorderRanges()
354 if(offset != 0 || i < scriptStartsLength - 1) { in makeReorderRanges()
357 if(i == scriptStartsLength - 1) { break; } in makeReorderRanges()
Dcollationdatareader.cpp371 data->scriptStartsLength = scriptsLength - (1 + data->numScripts + 16); in read()
372 if(data->scriptStartsLength <= 2 || in read()
373 CollationData::MAX_NUM_SCRIPT_RANGES < data->scriptStartsLength) { in read()
381 data->scriptStarts[data->scriptStartsLength - 1] == in read()
392 data->scriptStartsLength = baseData->scriptStartsLength; in read()
Dcollationdata.h63 numScripts(0), scriptsIndex(NULL), scriptStarts(NULL), scriptStartsLength(0), in CollationData()
238 int32_t scriptStartsLength; member
Dcollationdatawriter.cpp305 scripts.append(reinterpret_cast<const UChar *>(data.scriptStarts), data.scriptStartsLength); in write()
Dcollationdatabuilder.cpp1219 data.scriptStartsLength = base->scriptStartsLength; in build()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataReader.java414 int scriptStartsLength = scriptsLength - (1 + data.numScripts + 16); in read() local
415 if(scriptStartsLength <= 2) { in read()
419 inChars.get(data.scriptStarts = new char[scriptStartsLength]); in read()
422 data.scriptStarts[scriptStartsLength - 1] == in read()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataReader.java413 int scriptStartsLength = scriptsLength - (1 + data.numScripts + 16); in read() local
414 if(scriptStartsLength <= 2) { in read()
418 inChars.get(data.scriptStarts = new char[scriptStartsLength]); in read()
421 data.scriptStarts[scriptStartsLength - 1] == in read()