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