Searched refs:CFGAS_FormatString (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/fgas/crt/
H A Dcfgas_formatstring.h20 class CFGAS_FormatString { class
22 explicit CFGAS_FormatString(CXFA_LocaleMgr* pLocaleMgr);
23 ~CFGAS_FormatString();
H A Dcfgas_formatstring.cpp834 CFGAS_FormatString::CFGAS_FormatString(CXFA_LocaleMgr* pLocaleMgr) function in class:__anon18197::CFGAS_FormatString
837 CFGAS_FormatString::~CFGAS_FormatString() {}
839 void CFGAS_FormatString::SplitFormatString(
862 FX_LOCALECATEGORY CFGAS_FormatString::GetCategory(const WideString& wsPattern) {
916 WideString CFGAS_FormatString::GetTextFormat(const WideString& wsPattern,
963 IFX_Locale* CFGAS_FormatString::GetNumericFormat(const WideString& wsPattern,
1066 bool CFGAS_FormatString::ParseText(const WideString& wsSrcText,
1139 bool CFGAS_FormatString
[all...]
H A Dcfgas_formatstring_unittest.cpp46 CFGAS_FormatString* fmt(const WideString& locale) {
48 fmt_ = pdfium::MakeUnique<CFGAS_FormatString>(mgr_.get());
54 std::unique_ptr<CFGAS_FormatString> fmt_;
647 CFGAS_FormatString* f = fmt(L"en");
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_localevalue.cpp115 auto pFormat = pdfium::MakeUnique<CFGAS_FormatString>(m_pLocaleMgr);
323 auto pFormat = pdfium::MakeUnique<CFGAS_FormatString>(m_pLocaleMgr);
345 auto pFormat = pdfium::MakeUnique<CFGAS_FormatString>(m_pLocaleMgr);
610 auto pFormat = pdfium::MakeUnique<CFGAS_FormatString>(m_pLocaleMgr);

Completed in 1835 milliseconds