Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp560 FX_BOOL iQuote = FALSE; in SplitFormatString() local
567 iQuote = !iQuote; in SplitFormatString()
568 } else if (*pStr == L'|' && !iQuote) { in SplitFormatString()
584 int32_t iQuote = 1; in FX_GetLiteralText() local
587 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() local
629 iQuote++; in FX_GetLiteralTextReverse()
631 ((pStrPattern[iPattern - 1] != '\'') && (iQuote % 2 == 0))) { in FX_GetLiteralTextReverse()
[all …]