Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/localization/
Dfgas_locale.cpp382 int32_t iLenf = wsPattern.GetLength(); in GetCategory() local
386 while (ccf < iLenf) { in GetCategory()
388 FX_GetLiteralText(pStr, ccf, iLenf); in GetCategory()
393 if (ccf == iLenf) { in GetCategory()
448 int32_t iLenf = wsPattern.GetLength(); in GetLocaleName() local
450 while (ccf < iLenf) { in GetLocaleName()
452 FX_GetLiteralText(pStr, ccf, iLenf); in GetLocaleName()
456 while (ccf < iLenf && pStr[ccf] != ')') { in GetLocaleName()
470 int32_t iLenf = wsPattern.GetLength(); in GetTextFormat() local
474 while (ccf < iLenf) { in GetTextFormat()
[all …]