Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp944 const FX_WCHAR* pStrText = (const FX_WCHAR*)wsSrcText; in ParseText() local
955 FXSYS_wcsncmp(pStrText + iText, (const FX_WCHAR*)wsLiteral, in ParseText()
965 if (FX_IsAlpha(pStrText[iText])) { in ParseText()
966 wsValue += pStrText[iText]; in ParseText()
972 wsValue += pStrText[iText]; in ParseText()
978 if (FX_IsDigit(pStrText[iText]) || FX_IsAlpha(pStrText[iText])) { in ParseText()
979 wsValue += pStrText[iText]; in ParseText()
985 if (FX_IsDigit(pStrText[iText])) { in ParseText()
986 wsValue += pStrText[iText]; in ParseText()
992 if (pStrPattern[iPattern] != pStrText[iText]) { in ParseText()
[all …]