Home | History | Annotate | Download | only in base

Lines Matching full:src_len

474   int32 src_len = static_cast<int32>(str.length());
477 while (char_index < src_len) {
479 CBU8_NEXT(src, char_index, src_len, code_point);