Searched refs:iPrecision (Results 1 – 1 of 1) sorted by relevance
4213 int32_t iPrecision = 0; in Str() local4217 iPrecision = std::max( in Str()4222 if (iPrecision) { in Str()4224 formatStr += ByteString::FormatInteger(iPrecision); in Str()4240 if (u > iWidth || (iPrecision + u) >= iWidth) { in Str()4270 int32_t iLeavingSpace = iWidth - u - iPrecision; in Str()4271 if (iPrecision != 0) in Str()4284 if (iPrecision != 0) in Str()4290 if (i >= iPrecision) in Str()4297 while (i < iPrecision) { in Str()