|
static char | nim_cpp_wrapper_util::Json::getDecimalPoint () |
|
static String | nim_cpp_wrapper_util::Json::codePointToUTF8 (unsigned int cp) |
| Converts a unicode code-point to UTF-8.
|
|
static void | nim_cpp_wrapper_util::Json::uintToString (LargestUInt value, char *¤t) |
|
template<typename Iter > |
Iter | nim_cpp_wrapper_util::Json::fixNumericLocale (Iter begin, Iter end) |
|
template<typename Iter > |
void | nim_cpp_wrapper_util::Json::fixNumericLocaleInput (Iter begin, Iter end) |
|
template<typename Iter > |
Iter | nim_cpp_wrapper_util::Json::fixZerosInTheEnd (Iter begin, Iter end) |
|