Lines Matching refs:iQuote
108 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()
854 } else if (*pStr == L'|' && !iQuote) { in SplitFormatString()