Home | History | Annotate | Download | only in runtime

Lines Matching defs:char_count

575   size_t char_count = CountModifiedUtf8Chars(p);
576 for (size_t i = 0; i < char_count; ++i) {
599 size_t char_count = CountModifiedUtf8Chars(s.c_str());
601 for (size_t i = 0; i < char_count; ++i) {