Searched refs:is_ascii (Results 1 – 1 of 1) sorted by relevance
268 bool is_ascii = (utf8_data[utf16_length] == 0); in InternStrong() local269 int32_t utf8_length = utf16_length + (LIKELY(is_ascii) ? 0 : strlen(utf8_data + utf16_length)); in InternStrong()