Home
last modified time | relevance | path

Searched defs:toHexString (Results 1 – 12 of 12) sorted by relevance

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8TestUtil.java283 private static String toHexString(byte[] b) { in toHexString() method in IsValidUtf8TestUtil
287 private static String toHexString(byte[] b, int len) { in toHexString() method in IsValidUtf8TestUtil
/third_party/skia/m133/src/core/
DSkMD5.cpp112 SkString SkMD5::Digest::toHexString() const { in toHexString() function in SkMD5::Digest
/third_party/icu/icu4c/source/test/intltest/
Dusettest.cpp2208 static UChar toHexString(int32_t i) { return (UChar)(i + (i < 10 ? u'0' : (u'A' - 10))); } in toHexString() function
Ddtfmttst.cpp423 UChar toHexString(int32_t i) { return (UChar)(i + (i < 10 ? 0x30 : (0x41 - 10))); } in toHexString() function
Dnumfmtst.cpp886 static UChar toHexString(int32_t i) { return (UChar)(i + (i < 10 ? 0x30 : (0x41 - 10))); } in toHexString() function
/third_party/skia/m133/third_party/externals/icu/source/test/intltest/
Dusettest.cpp2285 static char16_t toHexString(int32_t i) { return (char16_t)(i + (i < 10 ? u'0' : (u'A' - 10))); } in toHexString() function
Ddtfmttst.cpp427 char16_t toHexString(int32_t i) { return (char16_t)(i + (i < 10 ? 0x30 : (0x41 - 10))); } in toHexString() function
Dnumfmtst.cpp886 static char16_t toHexString(int32_t i) { return (char16_t)(i + (i < 10 ? 0x30 : (0x41 - 10))); } in toHexString() function
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp1484 std::string toHexString(int32_t decimal) { function
/third_party/skia/m133/modules/skparagraph/src/
DTextLine.cpp1686 std::string toHexString(int32_t decimal) { function
/third_party/vulkan-headers/include/vulkan/
Dvulkan_to_string.hpp3825 VULKAN_HPP_INLINE std::string toHexString( uint32_t value ) in toHexString() function
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_enums.hpp23 VULKAN_HPP_INLINE std::string toHexString( uint32_t value ) in toHexString() function