Searched defs:utf8_length (Results 1 – 5 of 5) sorted by relevance
111 size_t utf8_length = 0; in CharsetUtils_toUtf8Bytes() local
269 int32_t utf8_length = utf16_length + (LIKELY(is_ascii) ? 0 : strlen(utf8_data + utf16_length)); in InternStrong() local
36 size_t utf8_length = LIKELY(utf8_data[utf16_length] == 0) // Is ASCII? in StringViewFromUtf16Length() local
239 int32_t utf8_length) { in AllocFromModifiedUtf8()
162 NewStringUTFVisitor(const char* utf, size_t utf8_length, int32_t count, bool has_bad_char) in NewStringUTFVisitor()1997 size_t utf8_length = strlen(utf); in NewStringUTF() local