convertIntegerToStringRadix 2220 core/AvmCore.cpp 				return MathUtils::convertIntegerToStringRadix(this, atomGetIntptr(atom), 10, MathUtils::kTreatAsSigned);
convertIntegerToStringRadix 3753 core/AvmCore.cpp 				return MathUtils::convertIntegerToStringRadix(this, atomGetIntptr(atom), 10, MathUtils::kTreatAsSigned);
convertIntegerToStringRadix 3769 core/AvmCore.cpp 		return MathUtils::convertIntegerToStringRadix(this, atom, 16, MathUtils::kTreatAsUnsigned);
convertIntegerToStringRadix  205 core/MathUtils.h 		static Stringp convertIntegerToStringRadix(AvmCore* core,
convertIntegerToStringRadix  154 core/PrintWriter.cpp 		Stringp s = MathUtils::convertIntegerToStringRadix(m_core, (intptr_t) value, 10, MathUtils::kTreatAsUnsigned);
convertIntegerToStringRadix  161 core/PrintWriter.cpp 		Stringp s = MathUtils::convertIntegerToStringRadix(m_core, (intptr_t) value, 10, MathUtils::kTreatAsSigned);
convertIntegerToStringRadix  169 core/PrintWriter.cpp 		Stringp s = MathUtils::convertIntegerToStringRadix(m_core, (intptr_t) value, 10, MathUtils::kTreatAsSigned);