Searched refs:iPrecision (Results 1 – 1 of 1) sorted by relevance
4385 int32_t iPrecision = 0; in Str() local4389 iPrecision = std::max( in Str()4395 if (iPrecision) { in Str()4397 formatStr += CFX_ByteString::FormatInteger(iPrecision); in Str()4413 if (u > iWidth || (iPrecision + u) >= iWidth) { in Str()4443 int32_t iLeavingSpace = iWidth - u - iPrecision; in Str()4444 if (iPrecision != 0) in Str()4457 if (iPrecision != 0) in Str()4463 if (i >= iPrecision) in Str()4470 while (i < iPrecision) { in Str()