utf8_t 3299 core/AvmCore.cpp Stringp s = String::createUTF8(this, (const utf8_t*)cs, len8, String::kAuto, constant); utf8_t 3785 core/AvmCore.cpp return String::createUTF8(this, (const utf8_t*)s, len, String::kDefaultWidth, false, strict); utf8_t 790 core/StringObject.cpp return hashCodeImpl((const utf8_t*)buf, len); utf8_t 2292 core/StringObject.cpp static bool _analyzeUtf8(const utf8_t* in, int32_t inLen, StringWidths& r, bool strict) utf8_t 2426 core/StringObject.cpp (AvmCore* core, const utf8_t* buffer, int32_t len, Width desiredWidth, bool staticBuf, bool strict) utf8_t 2757 core/StringObject.cpp const utf8_t* p = (const utf8_t*) this->c_str() + m_lastUtf8Pos; utf8_t 2760 core/StringObject.cpp utf8_t ch = *p; utf8_t 2788 core/StringObject.cpp const utf8_t* p = (const utf8_t*) this->c_str() + m_lastUtf8Pos; utf8_t 2793 core/StringObject.cpp utf8_t ch = *p; utf8_t 126 core/StringObject.h static Stringp createUTF8(AvmCore* core, const utf8_t* buffer, int32_t len = -1,