Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp667 int32_t iLenf = wsPattern.GetLength(); in GetCategory() local
670 while (ccf < iLenf) { in GetCategory()
672 FX_GetLiteralText(pStr, ccf, iLenf); in GetCategory()
677 if (ccf == iLenf) { in GetCategory()
733 int32_t iLenf = wsPattern.GetLength(); in GetLocaleName() local
735 while (ccf < iLenf) { in GetLocaleName()
737 FX_GetLiteralText(pStr, ccf, iLenf); in GetLocaleName()
741 while (ccf < iLenf && pStr[ccf] != ')') { in GetLocaleName()
755 int32_t iLenf = wsPattern.GetLength(); in GetTextFormat() local
758 while (ccf < iLenf) { in GetTextFormat()
[all …]