Home
last modified time | relevance | path

Searched defs:FormatIntHex (Results 1 – 2 of 2) sorted by relevance

/dports/devel/upp/upp/uppsrc/Core/
H A DFormat.h13 inline String FormatIntHex(const void *ptr) { return Format64Hex((int64)(uintptr_t)ptr); } in FormatIntHex() function
16 inline String FormatIntHex(const void *ptr) { return FormatIntHex((int)(uintptr_t)ptr); } in FormatIntHex() function
H A DFormat.cpp80 String FormatIntHex(int i, int width, char lpad) in FormatIntHex() function