Searched defs:utf8 (Results 1 – 4 of 4) sorted by relevance
87 const std::string utf8 = "hello world!\n"; in DoDraw() local
240 string utf8 = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in __anon90ce765f0902() local247 string utf8 = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in __anon90ce765f0a02() local255 string utf8 = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in __anon90ce765f0b02() local
151 size_t EncodeUTF8(uint32_t codePoint, uint8_t* utf8, size_t len, size_t index) in EncodeUTF8()
82 FilePath FilePath::FromUTF8Unsafe(const std::string &utf8) in FromUTF8Unsafe()