Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_localeimp.h88 virtual FX_BOOL FormatZero(const CFX_WideString& wsPattern,
Dfx_locale.cpp4433 FX_BOOL CFX_FormatString::FormatZero(const CFX_WideString& wsPattern, in FormatZero() function in CFX_FormatString
/external/pdfium/xfa/src/fgas/include/
Dfx_locale.h148 virtual FX_BOOL FormatZero(const CFX_WideString& wsPattern,
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_localevalue.cpp496 bRet = pFormat->FormatZero(wsFormat, wsResult); in FormatSinglePattern()