Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp1077 int32_t iText = 0; in ParseText() local
1083 while (iPattern < iLenPattern && iText < iLenText) { in ParseText()
1089 if (iText + iLiteralLen > iLenText || in ParseText()
1090 wcsncmp(pStrText + iText, wsLiteral.c_str(), iLiteralLen)) { in ParseText()
1094 iText += iLiteralLen; in ParseText()
1099 if (FXSYS_iswalpha(pStrText[iText])) { in ParseText()
1100 *wsValue += pStrText[iText]; in ParseText()
1101 iText++; in ParseText()
1106 *wsValue += pStrText[iText]; in ParseText()
1107 iText++; in ParseText()
[all …]