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

  /external/pdfium/xfa/fxfa/parser/
cxfa_localemgr.h 15 #include "xfa/fxfa/parser/cxfa_localemgr.h"
20 class CXFA_LocaleMgr {
22 CXFA_LocaleMgr(CXFA_Node* pLocaleSet, WideString wsDeflcid);
23 ~CXFA_LocaleMgr();
cxfa_localevalue.h 16 class CXFA_LocaleMgr;
32 CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr);
35 CXFA_LocaleMgr* pLocaleMgr);
40 CXFA_LocaleMgr* pLocaleMgr);
84 CXFA_LocaleMgr* m_pLocaleMgr;
cxfa_document.h 16 #include "xfa/fxfa/parser/cxfa_localemgr.h"
70 CXFA_LocaleMgr* GetLocalMgr();
113 std::unique_ptr<CXFA_LocaleMgr> m_pLocalMgr;
cxfa_document.cpp 22 #include "xfa/fxfa/parser/cxfa_localemgr.h"
280 CXFA_LocaleMgr* CXFA_Document::GetLocalMgr() {
282 m_pLocalMgr = pdfium::MakeUnique<CXFA_LocaleMgr>(
cxfa_localevalue.cpp 16 #include "xfa/fxfa/parser/cxfa_localemgr.h"
74 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr)
81 CXFA_LocaleMgr* pLocaleMgr)
91 CXFA_LocaleMgr* pLocaleMgr)
cxfa_localemgr.cpp 7 #include "xfa/fxfa/parser/cxfa_localemgr.h"
    [all...]
  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.h 13 #include "xfa/fxfa/parser/cxfa_localemgr.h"
22 explicit CFGAS_FormatString(CXFA_LocaleMgr* pLocaleMgr);
70 CXFA_LocaleMgr* m_pLocaleMgr;
cfgas_formatstring_unittest.cpp 18 #include "xfa/fxfa/parser/cxfa_localemgr.h"
47 mgr_ = pdfium::MakeUnique<CXFA_LocaleMgr>(nullptr, locale);
53 std::unique_ptr<CXFA_LocaleMgr> mgr_;
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp     [all...]

Completed in 115 milliseconds