Searched refs:scriptStartsLength (Results 1 – 7 of 7) sorted by relevance
135 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()
371 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()
63 numScripts(0), scriptsIndex(NULL), scriptStarts(NULL), scriptStartsLength(0), in CollationData()238 int32_t scriptStartsLength; member
305 scripts.append(reinterpret_cast<const UChar *>(data.scriptStarts), data.scriptStartsLength); in write()
1219 data.scriptStartsLength = base->scriptStartsLength; in build()
414 int scriptStartsLength = scriptsLength - (1 + data.numScripts + 16); in read() local415 if(scriptStartsLength <= 2) { in read()419 inChars.get(data.scriptStarts = new char[scriptStartsLength]); in read()422 data.scriptStarts[scriptStartsLength - 1] == in read()
413 int scriptStartsLength = scriptsLength - (1 + data.numScripts + 16); in read() local414 if(scriptStartsLength <= 2) { in read()418 inChars.get(data.scriptStarts = new char[scriptStartsLength]); in read()421 data.scriptStarts[scriptStartsLength - 1] == in read()