Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp108 int32_t iQuote = 1; in GetLiteralText() local
111 iQuote++; in GetLiteralText()
113 ((pStrPattern[*iPattern + 1] != '\'') && (iQuote % 2 == 0))) { in GetLiteralText()
116 iQuote++; in GetLiteralText()
145 int32_t iQuote = 1; in GetLiteralTextReverse() local
148 iQuote++; in GetLiteralTextReverse()
150 ((pStrPattern[*iPattern - 1] != '\'') && (iQuote % 2 == 0))) { in GetLiteralTextReverse()
153 iQuote++; in GetLiteralTextReverse()
846 bool iQuote = false; in SplitFormatString() local
853 iQuote = !iQuote; in SplitFormatString()
[all …]