Searched defs:u8Str (Results 1 – 2 of 2) sorted by relevance
132 std::u16string Utf8ToUtf16LE(std::string_view u8Str, bool *ok) in Utf8ToUtf16LE()144 std::u16string Utf8ToUtf16LE(std::string_view u8Str, size_t resultLengthLimit, size_t *nInputCharsC… in Utf8ToUtf16LE()180 bool Utf8ByteCheck(std::string_view u8Str, size_t &inputCharCount, size_t resultSizeBytesLimit, siz… in Utf8ByteCheck()229 std::string_view Utf8GetPrefix(std::string_view u8Str, size_t resultSizeBytesLimit, size_t *nInputC… in Utf8GetPrefix()
327 u16string StringConverter::Utf8ToUtf16BE(const string &u8Str, bool *ok) in Utf8ToUtf16BE()