Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp1062 pdfium::span<const wchar_t> spTextFormat = wsTextFormat.span(); in ParseText() local
1066 while (iPattern < spTextFormat.size() && iText < spSrcText.size()) { in ParseText()
1067 switch (spTextFormat[iPattern]) { in ParseText()
1069 WideString wsLiteral = GetLiteralText(spTextFormat, &iPattern); in ParseText()
1110 if (spTextFormat[iPattern] != spSrcText[iText]) { in ParseText()
1119 return iPattern == spTextFormat.size() && iText == spSrcText.size(); in ParseText()
1721 pdfium::span<const wchar_t> spTextFormat = wsTextFormat.span(); in ParseZero() local
1725 while (iPattern < spTextFormat.size() && iText < spSrcText.size()) { in ParseZero()
1726 if (spTextFormat[iPattern] == '\'') { in ParseZero()
1727 WideString wsLiteral = GetLiteralText(spTextFormat, &iPattern); in ParseZero()
[all …]