newStringUTF8 1135 core/AvmCore.cpp return newStringUTF8(errorTable[index]); newStringUTF8 1197 core/AvmCore.cpp out = this->newStringUTF8(s); newStringUTF8 1330 core/AvmCore.cpp out = newStringUTF8(buffer.c_str()); newStringUTF8 2766 core/AvmCore.cpp return newStringUTF8(output.c_str(), output.length()); newStringUTF8 2805 core/AvmCore.cpp return newStringUTF8(output.c_str(), output.length()); newStringUTF8 1340 core/AvmCore.h Stringp newStringUTF8(const char* str, int len = -1, bool strict = false); newStringUTF8 208 core/RegExpObject.cpp return core()->newStringUTF8(buffer, len)->atom(); newStringUTF8 272 core/StackTrace.cpp filename = core->newStringUTF8(sb.c_str()); newStringUTF8 906 core/Toplevel.cpp return core->newStringUTF8(buffer.c_str()); newStringUTF8 927 core/Toplevel.cpp return core->newStringUTF8(buffer.c_str()); newStringUTF8 1057 core/Toplevel.cpp return core->newStringUTF8(out.c_str()); newStringUTF8 1868 core/Traits.cpp _fullname = core->newStringUTF8(buffer.c_str(), length); newStringUTF8 1244 core/XMLListObject.cpp return core->newStringUTF8(output.c_str())->atom(); newStringUTF8 1257 core/XMLListObject.cpp return core()->newStringUTF8(output.c_str()); newStringUTF8 629 core/XMLObject.cpp sc = core->newStringUTF8(output.c_str()); newStringUTF8 2473 core/XMLObject.cpp return core->newStringUTF8(s.c_str())->atom(); newStringUTF8 2487 core/XMLObject.cpp return core()->newStringUTF8(s.c_str()); newStringUTF8 2502 core/XMLObject.cpp Stringp openingTag = core->newStringUTF8(openTag.c_str()); newStringUTF8 123 eval/eval-avmplus.cpp Atom error_args[3] = { nullObjectAtom, core->newStringUTF8(msgz)->atom(), core->intToAtom(0) }; // FIXME - proper error ID? newStringUTF8 129 eval/eval-avmplus.cpp Atom error_args[3] = { nullObjectAtom, core->newStringUTF8(msgz)->atom(), core->intToAtom(0) }; // FIXME - proper error ID? newStringUTF8 389 shell/ByteArrayGlue.cpp return core()->newStringUTF8((const char*)c + 3, len - 3); newStringUTF8 407 shell/ByteArrayGlue.cpp return core()->newStringUTF8((const char*)c, len, false); newStringUTF8 121 shell/DataIO.cpp String *out = m_toplevel->core()->newStringUTF8(utf8chars); newStringUTF8 116 shell/FileClass.cpp return core->newStringUTF8((const char*)c + 3, len - 3); newStringUTF8 136 shell/FileClass.cpp return core->newStringUTF8((const char*)c, len, false); newStringUTF8 219 shell/ShellCore.cpp String* s = newStringUTF8((const char*)bytes, nbytes); newStringUTF8 176 shell/SystemClass.cpp array->setUintProperty(i, core->newStringUTF8(user_argv[i])->atom());