Home | History | Annotate | Download | only in base

Lines Matching refs:char_index

270   int32 char_index = truncation_length - 1;
277 while (char_index >= 0) {
278 int32 prev = char_index;
280 CBU8_NEXT(data, char_index, truncation_length, code_point);
283 char_index = prev - 1;
289 if (char_index >= 0 )
290 *output = input.substr(0, char_index);
475 int32 char_index = 0;
477 while (char_index < src_len) {
479 CBU8_NEXT(src, char_index, src_len, code_point);