Searched refs:iQuote (Results 1 – 1 of 1) sorted by relevance
560 FX_BOOL iQuote = FALSE; in SplitFormatString() local567 iQuote = !iQuote; in SplitFormatString()568 } else if (*pStr == L'|' && !iQuote) { in SplitFormatString()584 int32_t iQuote = 1; in FX_GetLiteralText() local587 iQuote++; in FX_GetLiteralText()589 ((pStrPattern[iPattern + 1] != '\'') && (iQuote % 2 == 0))) { in FX_GetLiteralText()592 iQuote++; in FX_GetLiteralText()626 int32_t iQuote = 1; in FX_GetLiteralTextReverse() local629 iQuote++; in FX_GetLiteralTextReverse()631 ((pStrPattern[iPattern - 1] != '\'') && (iQuote % 2 == 0))) { in FX_GetLiteralTextReverse()[all …]