Home | History | Annotate | Download | only in strings

Lines Matching defs:char_index

363   int32_t char_index = truncation_length - 1;
370 while (char_index >= 0) {
371 int32_t prev = char_index;
373 CBU8_NEXT(data, char_index, truncation_length, code_point);
376 char_index = prev - 1;
382 if (char_index >= 0 )
383 *output = input.substr(0, char_index);
522 int32_t char_index = 0;
524 while (char_index < src_len) {
526 CBU8_NEXT(src, char_index, src_len, code_point);