Searched refs:FormatHexUInt32 (Results 1 – 2 of 2) sorted by relevance
155 static std::string FormatHexUInt32(UInt32 value);
1766 return "(Invalid Unicode 0x" + String::FormatHexUInt32(code_point) + ")"; in CodePointToUtf8()1972 std::string String::FormatHexUInt32(UInt32 value) { in FormatHexUInt32() function in testing::internal::String1980 return FormatHexUInt32(static_cast<UInt32>(value)); in FormatHexInt()