Searched refs:iText (Results 1 – 1 of 1) sorted by relevance
943 int32_t iText = 0, iPattern = 0; in ParseText() local948 while (iPattern < iLenPattern && iText < iLenText) { in ParseText()954 if (iText + iLiteralLen > iLenText || in ParseText()955 FXSYS_wcsncmp(pStrText + iText, (const FX_WCHAR*)wsLiteral, in ParseText()960 iText += iLiteralLen; in ParseText()965 if (FX_IsAlpha(pStrText[iText])) { in ParseText()966 wsValue += pStrText[iText]; in ParseText()967 iText++; in ParseText()972 wsValue += pStrText[iText]; in ParseText()973 iText++; in ParseText()[all …]