Searched refs:iLenf (Results 1 – 1 of 1) sorted by relevance
180 int32_t iLenf = wsNum.GetLength(); in GetNumericDotIndex() local183 while (ccf < iLenf) { in GetNumericDotIndex()185 GetLiteralText(pStr, &ccf, iLenf); in GetNumericDotIndex()186 } else if (ccf + iLenDot <= iLenf && in GetNumericDotIndex()194 *iDotIndex = result.value_or(iLenf); in GetNumericDotIndex()865 int32_t iLenf = wsPattern.GetLength(); in GetCategory() local869 while (ccf < iLenf) { in GetCategory()871 GetLiteralText(pStr, &ccf, iLenf); in GetCategory()876 if (ccf == iLenf) in GetCategory()919 int32_t iLenf = wsPattern.GetLength(); in GetTextFormat() local[all …]