Searched refs:utf8_in (Results 1 – 2 of 2) sorted by relevance
50 void ConvertModifiedUtf8ToUtf16(uint16_t* utf16_out, const char* utf8_in);52 const char* utf8_in, size_t in_bytes);
54 const char* utf8_in, in AssertString() argument68 hs.NewHandle(String::AllocFromModifiedUtf8(self, expected_utf16_length, utf8_in))); in AssertString()72 ASSERT_TRUE(string->Equals(utf8_in) || (expected_utf16_length == 1 && strlen(utf8_in) == 0)); in AssertString()