Searched refs:b_byte_count (Results 1 – 1 of 1) sorted by relevance
343 size_t b_byte_count = strlen(b.GetUtf8Data()); in operator ()() local344 size_t b_utf8_length = CountModifiedUtf8Chars(b.GetUtf8Data(), b_byte_count); in operator ()()348 const bool is_b_regular_ascii = (b_byte_count == b_utf8_length); in operator ()()