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