Width 112 core/StringObject.cpp static void* _copyBuffers(const void* src, void* dst, int32_t srcLen, String::Width srcWidth, String::Width dstWidth)
Width 308 core/StringObject.cpp REALLY_INLINE String::String(const void* buffer, Width w, int32_t length, bool is7bit) :
Width 323 core/StringObject.cpp REALLY_INLINE String::String(MMgc::GC* gc, void* buffer, Width w, int32_t length, int32_t charsLeft, bool is7bit) :
Width 441 core/StringObject.cpp /*static*/ Stringp String::createDynamic(GC* gc, const void* data, int32_t len, Width w, bool is7bit, int32_t extra)
Width 498 core/StringObject.cpp /*static*/ Stringp String::createStatic(GC* gc, const void* data, int32_t len, Width w, bool is7bit)
Width 513 core/StringObject.cpp Stringp String::createLatin1(AvmCore* core, const char* buffer, int32_t len, Width desiredWidth, bool staticBuf)
Width 554 core/StringObject.cpp Stringp String::getFixedWidthString(Width w) const
Width 671 core/StringObject.cpp Width const w1 = this->getWidth();
Width 672 core/StringObject.cpp Width const w2 = other.getWidth();
Width 750 core/StringObject.cpp Width const w1 = this->getWidth();
Width 751 core/StringObject.cpp Width const w2 = that->getWidth();
Width 854 core/StringObject.cpp Width const w1 = getWidth();
Width 855 core/StringObject.cpp Width const w2 = substr->getWidth();
Width 924 core/StringObject.cpp Width w1 = getWidth();
Width 925 core/StringObject.cpp Width w2 = substr->getWidth();
Width 967 core/StringObject.cpp Width w = getWidth();
Width 1075 core/StringObject.cpp Stringp String::_append(Stringp volatile * /*rightStrPtr*/, const Pointers& rightStr, int32_t numChars, Width charWidth)
Width 1094 core/StringObject.cpp Width thisWidth = getWidth();
Width 1095 core/StringObject.cpp Width newWidth = (thisWidth < charWidth) ? charWidth : thisWidth;
Width 1263 core/StringObject.cpp String::Width const w = this->getWidth();
Width 1334 core/StringObject.cpp Width w = getWidth();
Width 1380 core/StringObject.cpp Width w = getWidth();
Width 2018 core/StringObject.cpp Width w = getWidth();
Width 2426 core/StringObject.cpp (AvmCore* core, const utf8_t* buffer, int32_t len, Width desiredWidth, bool staticBuf, bool strict)
Width 2527 core/StringObject.cpp Stringp String::createUTF16(AvmCore* core, const wchar* buffer, int32_t len, Width desiredWidth, bool staticBuf)
Width 100 core/StringObject.h static const Width kDefaultWidth = kAuto;
Width 112 core/StringObject.h static Stringp createLatin1(AvmCore* core, const char* buffer, int32_t len = -1, Width desiredWidth = kDefaultWidth, bool staticBuf = false);
Width 127 core/StringObject.h String::Width desiredWidth = String::kDefaultWidth,
Width 140 core/StringObject.h String::Width desiredWidth = String::kDefaultWidth, bool staticBuf = false);
Width 151 core/StringObject.h Stringp FASTCALL getFixedWidthString(Width w) const;
Width 197 core/StringObject.h REALLY_INLINE Width getWidth() const { return Width(m_bitsAndFlags & TSTR_WIDTH_MASK); }
Width 543 core/StringObject.h static Stringp createDynamic(MMgc::GC* gc, const void* data, int32_t len, Width w, bool is7bit, int32_t extra=0);
Width 545 core/StringObject.h static Stringp createStatic(MMgc::GC* gc, const void* data, int32_t len, Width w, bool is7bit);
Width 553 core/StringObject.h Stringp _append(Stringp volatile * rightStrPtr, const Pointers& rightStr, int32_t numChars, Width width);
Width 574 core/StringObject.h REALLY_INLINE String(const void* buffer, Width w, int32_t length, bool is7bit);
Width 576 core/StringObject.h REALLY_INLINE String(MMgc::GC* gc, void* buffer, Width w, int32_t length, int32_t charsLeft, bool is7bit);