Searched refs:FormatInteger (Results 1 – 4 of 4) sorted by relevance
125 key += CFX_ByteString::FormatInteger(weight); in GetCachedFace()166 key += CFX_ByteString::FormatInteger(weight); in AddCachedFace()
337 static CFX_ByteString FormatInteger(int i, FX_DWORD flags = 0);
41 CFX_ByteString CFX_ByteString::FormatInteger(int i, FX_DWORD flags) in FormatInteger() function in CFX_ByteString
396 …return m_bInteger ? CFX_ByteString::FormatInteger(m_Integer, FXFORMAT_SIGNED) : CFX_ByteString::Fo… in GetString()