Lines Matching refs:char_index
319 int32_t char_index = truncation_length - 1;
326 while (char_index >= 0) {
327 int32_t prev = char_index;
329 CBU8_NEXT(data, char_index, truncation_length, code_point);
331 char_index = prev - 1;
337 if (char_index >= 0)
338 *output = input.substr(0, char_index);
469 int32_t char_index = 0;
471 while (char_index < src_len) {
473 CBU8_NEXT(src, char_index, src_len, code_point);