Searched refs:scriptStartsLength (Results 1 – 7 of 7) sorted by relevance
137 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()
373 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()
65 numScripts(0), scriptsIndex(NULL), scriptStarts(NULL), scriptStartsLength(0), in CollationData()240 int32_t scriptStartsLength; member
307 scripts.append(reinterpret_cast<const UChar *>(data.scriptStarts), data.scriptStartsLength); in write()
1221 data.scriptStartsLength = base->scriptStartsLength; in build()
415 int scriptStartsLength = scriptsLength - (1 + data.numScripts + 16); in read() local416 if(scriptStartsLength <= 2) { in read()420 inChars.get(data.scriptStarts = new char[scriptStartsLength]); in read()423 data.scriptStarts[scriptStartsLength - 1] == in read()
416 int scriptStartsLength = scriptsLength - (1 + data.numScripts + 16); in read() local417 if(scriptStartsLength <= 2) { in read()421 inChars.get(data.scriptStarts = new char[scriptStartsLength]); in read()424 data.scriptStarts[scriptStartsLength - 1] == in read()