Searched refs:iText (Results 1 – 1 of 1) sorted by relevance
1077 int32_t iText = 0; in ParseText() local1083 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 …]