Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp1079 const wchar_t* pStrText = wsSrcText.c_str(); in ParseText() local
1090 wcsncmp(pStrText + iText, wsLiteral.c_str(), iLiteralLen)) { in ParseText()
1099 if (FXSYS_iswalpha(pStrText[iText])) { in ParseText()
1100 *wsValue += pStrText[iText]; in ParseText()
1106 *wsValue += pStrText[iText]; in ParseText()
1112 if (FXSYS_isDecimalDigit(pStrText[iText]) || in ParseText()
1113 FXSYS_iswalpha(pStrText[iText])) { in ParseText()
1114 *wsValue += pStrText[iText]; in ParseText()
1120 if (FXSYS_isDecimalDigit(pStrText[iText])) { in ParseText()
1121 *wsValue += pStrText[iText]; in ParseText()
[all …]