Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp576 static CFX_WideString FX_GetLiteralText(const FX_WCHAR* pStrPattern, in FX_GetLiteralText() argument
580 if (pStrPattern[iPattern] != '\'') { in FX_GetLiteralText()
586 if (pStrPattern[iPattern] == '\'') { in FX_GetLiteralText()
589 ((pStrPattern[iPattern + 1] != '\'') && (iQuote % 2 == 0))) { in FX_GetLiteralText()
595 } else if (pStrPattern[iPattern] == '\\' && (iPattern + 1 < iLenPattern) && in FX_GetLiteralText()
596 pStrPattern[iPattern + 1] == 'u') { in FX_GetLiteralText()
601 FX_WCHAR ch = pStrPattern[iPattern++]; in FX_GetLiteralText()
615 wsOutput += pStrPattern[iPattern++]; in FX_GetLiteralText()
619 static CFX_WideString FX_GetLiteralTextReverse(const FX_WCHAR* pStrPattern, in FX_GetLiteralTextReverse() argument
622 if (pStrPattern[iPattern] != '\'') { in FX_GetLiteralTextReverse()
[all …]