|
| static char * | numberToString (char *t, uint64 v) noexcept |
| static char * | numberToString (char *t, const int n) noexcept |
| static char * | numberToString (char *t, const unsigned int v) noexcept |
| static char * | numberToString (char *t, const long n) noexcept |
| static char * | numberToString (char *t, const unsigned long v) noexcept |
| static char * | doubleToString (char *buffer, const int numChars, double n, int numDecPlaces, size_t &len) noexcept |
| template<typename IntegerType> |
| static CharPointer_UTF8 | createFromInteger (const IntegerType number) |
| static CharPointer_UTF8 | createFromDouble (const double number, const int numberOfDecimalPlaces) |
| template<typename Type> |
| static char * | printDigits (char *t, Type v) noexcept |
| static char * | numberToString (char *t, const int64 n) noexcept |