Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp100 WideString GetLiteralText(const wchar_t* pStrPattern, in GetLiteralText() argument
104 if (pStrPattern[*iPattern] != '\'') in GetLiteralText()
110 if (pStrPattern[*iPattern] == '\'') { in GetLiteralText()
113 ((pStrPattern[*iPattern + 1] != '\'') && (iQuote % 2 == 0))) { in GetLiteralText()
118 } else if (pStrPattern[*iPattern] == '\\' && in GetLiteralText()
120 pStrPattern[*iPattern + 1] == 'u') { in GetLiteralText()
125 wchar_t ch = pStrPattern[(*iPattern)++]; in GetLiteralText()
133 wsOutput += pStrPattern[(*iPattern)++]; in GetLiteralText()
138 WideString GetLiteralTextReverse(const wchar_t* pStrPattern, in GetLiteralTextReverse() argument
141 if (pStrPattern[*iPattern] != '\'') in GetLiteralTextReverse()
[all …]