Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/
Dint64.js188 toHexString() { method in Int64
/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/vulkan-headers/include/vulkan/
Dvulkan_to_string.hpp3511 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