Searched refs:FormatInteger (Results 1 – 6 of 6) sorted by relevance
56 return m_bInteger ? ByteString::FormatInteger(m_Integer) in GetString()
1712 TEST(ByteString, FormatInteger) { in TEST() argument1714 EXPECT_EQ("0", ByteString::FormatInteger(0)); in TEST()1717 EXPECT_EQ("123456", ByteString::FormatInteger(123456)); in TEST()1720 EXPECT_EQ("-123456", ByteString::FormatInteger(-123456)); in TEST()1723 EXPECT_EQ("2147483647", ByteString::FormatInteger(INT_MAX)); in TEST()1724 EXPECT_EQ("-2147483648", ByteString::FormatInteger(INT_MIN)); in TEST()
35 static ByteString FormatInteger(int i) WARN_UNUSED_RESULT;
103 ByteString ByteString::FormatInteger(int i) { in FormatInteger() function in fxcrt::ByteString
54 key += ByteString::FormatInteger(weight); in KeyNameFromFace()
4224 formatStr += ByteString::FormatInteger(iPrecision); in Str()5883 return ByteString(szName, "[") + ByteString::FormatInteger(iIndexValue) + in GenerateSomExpression()5890 szSomExp += ByteString::FormatInteger(iIndexValue); in GenerateSomExpression()5895 szSomExp += ByteString::FormatInteger(iIndexValue); in GenerateSomExpression()