Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationdata.cpp137 if(p < scriptStarts[1] || scriptStarts[scriptStartsLength - 1] <= p) { in getGroupForPrimary()
240 U_ASSERT(scriptStartsLength >= 2); in makeReorderRanges()
244 int32_t highLimit = scriptStarts[scriptStartsLength - 1]; in makeReorderRanges()
319 for(int32_t i = 1; i < scriptStartsLength - 1; ++i) { in makeReorderRanges()
346 while(i < scriptStartsLength - 1) { in makeReorderRanges()
356 if(offset != 0 || i < scriptStartsLength - 1) { in makeReorderRanges()
359 if(i == scriptStartsLength - 1) { break; } in makeReorderRanges()
Dcollationdatareader.cpp373 data->scriptStartsLength = scriptsLength - (1 + data->numScripts + 16); in read()
374 if(data->scriptStartsLength <= 2 || in read()
375 CollationData::MAX_NUM_SCRIPT_RANGES < data->scriptStartsLength) { in read()
383 data->scriptStarts[data->scriptStartsLength - 1] == in read()
394 data->scriptStartsLength = baseData->scriptStartsLength; in read()
Dcollationdata.h65 numScripts(0), scriptsIndex(NULL), scriptStarts(NULL), scriptStartsLength(0), in CollationData()
240 int32_t scriptStartsLength; member
Dcollationdatawriter.cpp307 scripts.append(reinterpret_cast<const UChar *>(data.scriptStarts), data.scriptStartsLength); in write()
Dcollationdatabuilder.cpp1221 data.scriptStartsLength = base->scriptStartsLength; in build()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataReader.java415 int scriptStartsLength = scriptsLength - (1 + data.numScripts + 16); in read() local
416 if(scriptStartsLength <= 2) { in read()
420 inChars.get(data.scriptStarts = new char[scriptStartsLength]); in read()
423 data.scriptStarts[scriptStartsLength - 1] == in read()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataReader.java416 int scriptStartsLength = scriptsLength - (1 + data.numScripts + 16); in read() local
417 if(scriptStartsLength <= 2) { in read()
421 inChars.get(data.scriptStarts = new char[scriptStartsLength]); in read()
424 data.scriptStarts[scriptStartsLength - 1] == in read()