Utf8ToUtf16 1265 core/AbcParser.cpp UnicodeUtils::Utf8ToUtf16((const uint8*) pos, len, NULL, 0, true) < 0) Utf8ToUtf16 3274 core/AvmCore.cpp int32_t len16 = UnicodeUtils::Utf8ToUtf16((const uint8*)cs, len8, NULL, 0, true); Utf8ToUtf16 3285 core/AvmCore.cpp UnicodeUtils::Utf8ToUtf16((const uint8*)cs, len8, buffer, len16, true); Utf8ToUtf16 403 core/Date.cpp UnicodeUtils::Utf8ToUtf16((const uint8*)"Invalid Date", Utf8ToUtf16 2516 core/StringObject.cpp int32_t const convertedlen = UnicodeUtils::Utf8ToUtf16(buffer, len, s->m_buffer.p16, s->m_length, strict); Utf8ToUtf16 112 core/UnicodeUtils.h static int32_t Utf8ToUtf16(const uint8 *in, Utf8ToUtf16 119 core/UnicodeUtils.h return Utf8ToUtf16(in, inLen, NULL, 0, strict);