Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dcolldata.cpp898 int32_t roffset = offset + clength; in minLengthInChars() local
901 if (roffset < maxOffset) { in minLengthInChars()
902 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars()
931 int32_t roffset = offset + 2; in minLengthInChars() local
937 if (roffset < maxOffset) { in minLengthInChars()
938 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars()
948 int32_t roffset = offset; in minLengthInChars() local
952 for (int32_t j = 0; roffset < maxOffset && j < 4; j += 1, roffset += 1) { in minLengthInChars()
953 uint32_t jce = ceList->get(roffset); in minLengthInChars()
968 if (roffset == offset) { in minLengthInChars()
[all …]