HomeSort by relevance Sort by last modified time
    Searched refs:CFX_FormatString (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fgas/src/localization/
fx_localeimp.h 42 class CFX_FormatString : public IFX_FormatString {
44 CFX_FormatString(IFX_LocaleMgr* pLocaleMgr, FX_BOOL bUseLCID);
94 virtual ~CFX_FormatString();
fx_locale.cpp 549 return new CFX_FormatString(pLocaleMgr, bUseLCID);
551 CFX_FormatString::CFX_FormatString(IFX_LocaleMgr* pLocaleMgr, FX_BOOL bUseLCID)
553 CFX_FormatString::~CFX_FormatString() {}
554 void CFX_FormatString::SplitFormatString(const CFX_WideString& wsFormatString,
663 FX_LOCALECATEGORY CFX_FormatString::GetCategory(
727 FX_WORD CFX_FormatString::GetLCID(const CFX_WideString& wsPattern) {
730 CFX_WideString CFX_FormatString::GetLocaleName(
750 IFX_Locale* CFX_FormatString::GetTextFormat(const CFX_WideString& wsPattern,
    [all...]

Completed in 135 milliseconds