Searched refs:nIntLen (Results 1 – 2 of 2) sorted by relevance
616 int32_t nIntLen, in GetNumericFormat() argument619 ASSERT(nIntLen >= -1); in GetNumericFormat()622 int32_t nTotalLen = (nIntLen >= 0 ? nIntLen : 2) + 1 + in GetNumericFormat()630 if (nIntLen == -1) { in GetNumericFormat()634 while (nIntLen) { in GetNumericFormat()636 nIntLen--; in GetNumericFormat()
56 void GetNumericFormat(WideString& wsFormat, int32_t nIntLen, int32_t nDecLen);