Home
last modified time | relevance | path

Searched refs:iLenf (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp180 int32_t iLenf = wsNum.GetLength(); in GetNumericDotIndex() local
183 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() local
869 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 …]