Searched refs:nLeadingStringChars (Results 1 – 1 of 1) sorted by relevance
3640 xub_StrLen nLeadingStringChars = 0; // inserted StringChars before number in ImpNumberFillWithThousands() local3662 nLeadingStringChars = in ImpNumberFillWithThousands()3663 nLeadingStringChars + rInfo.sStrArray[j].Len(); in ImpNumberFillWithThousands()3780 k = k + nLeadingStringChars; // MSC converts += to int and then warns, so ... in ImpNumberFillWithThousands()3781 if (k > nLeadingStringChars) in ImpNumberFillWithThousands()3782 ImpDigitFill(sStr, nLeadingStringChars, k, nIx, nDigitCount, aGrouping); in ImpNumberFillWithThousands()
Completed in 38 milliseconds