Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_localeimp.h69 virtual FX_BOOL FormatText(const CFX_WideString& wsSrcText,
Dfx_locale.cpp2924 FX_BOOL CFX_FormatString::FormatText(const CFX_WideString& wsSrcText, in FormatText() function in CFX_FormatString
/external/pdfium/xfa/src/fgas/include/
Dfx_locale.h129 virtual FX_BOOL FormatText(const CFX_WideString& wsSrcText,
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_localevalue.cpp141 bRet = pFormat->FormatText(wsValue, wsFormat, wsOutput); in ValidateValue()
503 bRet = pFormat->FormatText(m_wsValue, wsFormat, wsResult); in FormatSinglePattern()