Searched refs:iQuote (Results 1 – 1 of 1) sorted by relevance
108 int32_t iQuote = 1; in GetLiteralText() local111 iQuote++; in GetLiteralText()113 ((pStrPattern[*iPattern + 1] != '\'') && (iQuote % 2 == 0))) { in GetLiteralText()116 iQuote++; in GetLiteralText()145 int32_t iQuote = 1; in GetLiteralTextReverse() local148 iQuote++; in GetLiteralTextReverse()150 ((pStrPattern[*iPattern - 1] != '\'') && (iQuote % 2 == 0))) { in GetLiteralTextReverse()153 iQuote++; in GetLiteralTextReverse()846 bool iQuote = false; in SplitFormatString() local853 iQuote = !iQuote; in SplitFormatString()[all …]