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

  /external/pdfium/xfa/fxfa/parser/
xfa_localemgr.h 36 class CXFA_LocaleMgr : public IFX_LocaleMgr {
38 CXFA_LocaleMgr(CXFA_Node* pLocaleSet, CFX_WideString wsDeflcid);
39 ~CXFA_LocaleMgr() override;
xfa_localevalue.h 16 class CXFA_LocaleMgr;
32 CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr);
35 CXFA_LocaleMgr* pLocaleMgr);
40 CXFA_LocaleMgr* pLocaleMgr);
106 CXFA_LocaleMgr* m_pLocaleMgr;
cxfa_document.h 69 CXFA_LocaleMgr* GetLocalMgr();
114 CXFA_LocaleMgr* m_pLocalMgr;
cxfa_document.cpp 293 CXFA_LocaleMgr* CXFA_Document::GetLocalMgr() {
296 new CXFA_LocaleMgr(ToNode(GetXFAObject(XFA_HASHCODE_LocaleSet)),
xfa_localevalue.cpp 48 CXFA_LocaleMgr* pLocaleMgr) {
55 CXFA_LocaleMgr* pLocaleMgr) {
65 CXFA_LocaleMgr* pLocaleMgr) {
cxfa_widgetdata.cpp     [all...]
xfa_localemgr.cpp     [all...]

Completed in 477 milliseconds