Home | History | Annotate | Download | only in strings

Lines Matching refs:char_index

217   int32 char_index = truncation_length - 1;
224 while (char_index >= 0) {
225 int32 prev = char_index;
227 CBU8_NEXT(data, char_index, truncation_length, code_point);
230 char_index = prev - 1;
236 if (char_index >= 0 )
237 *output = input.substr(0, char_index);
346 int32 char_index = 0;
348 while (char_index < src_len) {
350 CBU8_NEXT(src, char_index, src_len, code_point);