Searched refs:vrFormat (Results 1 – 2 of 2) sorted by relevance
100 CMIUtilString CMIUtilString::FormatPriv(const CMIUtilString &vrFormat, in FormatPriv() argument104 MIint n = vrFormat.size(); in FormatPriv()129 ::strncpy(&pFormatted[0], vrFormat.c_str(), n); in FormatPriv()135 nFinal = ::vsnprintf(&pFormatted[0], n, vrFormat.c_str(), argsDup); in FormatPriv()
84 static CMIUtilString FormatPriv(const CMIUtilString &vrFormat, va_list vArgs);