Searched defs:roffset (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dcolldata.cpp898 int32_t roffset = offset + clength; local
901 if (roffset < maxOffset) {
902 rlength = minLengthInChars(ceList, roffset, history);
931 int32_t roffset = offset + 2; local
934 //history[roffset++] = -1;
935 //history[roffset++] = 1;
937 if (roffset < maxOffset) {
938 rlength = minLengthInChars(ceList, roffset, history);
948 int32_t roffset = offset; local
952 for (int32_t j = 0; roffset < maxOffse
[all...]

Completed in 11 milliseconds