Searched defs:RTStrFormatNumber (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrformat.cpp150 RTDECL(int) RTStrFormatNumber(char *psz, uint64_t u64Value, unsigned int uiBase, signed int cchWidth, signed int cchPrecision, function
155 RT_EXPORT_SYMBOL(RTStrFormatNumber); variable
756 cchNum = RTStrFormatNumber((char *)SSToDS(&achNum), u64Value, uBase, cchWidth, cchPrecision, fFlags);
/vbox/include/iprt/
H A Dmangling.h1454 # define RTStrFormatNumber RT_MANGLER(RTStrFormatNumber) macro

Completed in 79 milliseconds