Searched defs:utf8Str (Results 1 – 3 of 3) sorted by relevance
377 void TypedText::Utf8ToUtf16(const char* utf8Str, uint16_t* utf16Str, uint32_t len) in Utf8ToUtf16()462 uint32_t TypedText::GetUtf16Cnt(const char* utf8Str, uint32_t maxLength) in GetUtf16Cnt()
326 std::string utf8Str; in ConvertToString() local
714 std::string utf8Str = conv.to_bytes(wideStr); in ConvertToUtf8() local