Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.h32 CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr);
35 CXFA_LocaleMgr* pLocaleMgr);
40 CXFA_LocaleMgr* pLocaleMgr);
Dcxfa_localevalue.cpp74 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr) in CXFA_LocaleValue() argument
75 : m_pLocaleMgr(pLocaleMgr), in CXFA_LocaleValue()
81 CXFA_LocaleMgr* pLocaleMgr) in CXFA_LocaleValue() argument
82 : m_pLocaleMgr(pLocaleMgr), in CXFA_LocaleValue()
91 CXFA_LocaleMgr* pLocaleMgr) in CXFA_LocaleValue() argument
92 : m_pLocaleMgr(pLocaleMgr), in CXFA_LocaleValue()
/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.h22 explicit CFGAS_FormatString(CXFA_LocaleMgr* pLocaleMgr);
Dcfgas_formatstring.cpp834 CFGAS_FormatString::CFGAS_FormatString(CXFA_LocaleMgr* pLocaleMgr) in CFGAS_FormatString() argument
835 : m_pLocaleMgr(pLocaleMgr) {} in CFGAS_FormatString()