Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp871 : m_wsPattern(wsPattern), m_spPattern(m_wsPattern.span()) {} in CFGAS_StringFormatter()
901 while (ccf < m_spPattern.size()) { in GetCategory()
902 if (m_spPattern[ccf] == '\'') { in GetCategory()
903 GetLiteralText(m_spPattern, &ccf); in GetCategory()
906 if (!bBraceOpen && !pdfium::Contains(kConstChars, m_spPattern[ccf])) { in GetCategory()
907 WideString wsCategory(m_spPattern[ccf]); in GetCategory()
910 if (ccf >= m_spPattern.size()) in GetCategory()
912 if (m_spPattern[ccf] == '.' || m_spPattern[ccf] == '(') in GetCategory()
914 if (m_spPattern[ccf] == '{') { in GetCategory()
918 wsCategory += m_spPattern[ccf]; in GetCategory()
[all …]
Dcfgas_stringformatter.h91 const pdfium::raw_span<const wchar_t> m_spPattern; variable