Searched refs:CXFA_LocaleMgr (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_localemgr.h12 class CXFA_LocaleMgr;
28 class CXFA_LocaleMgr : public IFX_LocaleMgr { class in inherits:IFX_LocaleMgr
30 CXFA_LocaleMgr(CXFA_Node* pLocaleSet, CFX_WideString wsDeflcid);
36 ~CXFA_LocaleMgr();
H A Dfxfa_localevalue.h11 class CXFA_LocaleMgr;
25 CXFA_LocaleValue(FX_DWORD dwType, CXFA_LocaleMgr* pLocaleMgr);
28 CXFA_LocaleMgr* pLocaleMgr);
33 CXFA_LocaleMgr* pLocaleMgr);
101 CXFA_LocaleMgr* m_pLocaleMgr;
H A Dxfa_document.h154 CXFA_LocaleMgr* GetLocalMgr();
184 CXFA_LocaleMgr* m_pLocalMgr;
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_document_imp.cpp239 CXFA_LocaleMgr* CXFA_Document::GetLocalMgr() {
243 m_pLocalMgr = new CXFA_LocaleMgr(
H A Dxfa_localevalue.cpp45 CXFA_LocaleMgr* pLocaleMgr) {
52 CXFA_LocaleMgr* pLocaleMgr) {
62 CXFA_LocaleMgr* pLocaleMgr) {
H A Dxfa_localemgr.cpp1122 CXFA_LocaleMgr::CXFA_LocaleMgr(CXFA_Node* pLocaleSet, CFX_WideString wsDeflcid) function in class:CXFA_LocaleMgr
1135 CXFA_LocaleMgr::~CXFA_LocaleMgr() {
1145 void CXFA_LocaleMgr::Release() {
1148 FX_WORD CXFA_LocaleMgr::GetDefLocaleID() {
1151 IFX_Locale* CXFA_LocaleMgr::GetDefLocale() {
1165 IFX_Locale* CXFA_LocaleMgr::GetLocale(FX_WORD lcid) {
1217 IFX_Locale* CXFA_LocaleMgr::GetLocaleByName(
1245 void CXFA_LocaleMgr
[all...]
H A Dxfa_objectacc_imp.cpp2865 CXFA_LocaleMgr* pLocalMgr = m_pNode->GetDocument()->GetLocalMgr();
3149 CXFA_LocaleMgr* pLocalMgr = m_pNode->GetDocument()->GetLocalMgr();
3191 CXFA_LocaleMgr* pLocalMgr = GetNode()->GetDocument()->GetLocalMgr();
3254 CXFA_LocaleMgr* pLocalMgr = GetNode()->GetDocument()->GetLocalMgr();
/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_fm2jscontext.cpp1082 (CXFA_LocaleMgr*)pMgr);
1572 wsFormat, pLocale, (CXFA_LocaleMgr*)pMgr);
2022 pLocale, (CXFA_LocaleMgr*)pMgr);
2064 pLocale, (CXFA_LocaleMgr*)pMgr);
2105 (CXFA_LocaleMgr*)pMgr);
2149 (CXFA_LocaleMgr*)pMgr);
2193 (CXFA_LocaleMgr*)pMgr);
4405 pLocale, (CXFA_LocaleMgr*)pMgr);
4419 (CXFA_LocaleMgr*)pMgr);
4588 (CXFA_LocaleMgr*)pMg
[all...]

Completed in 169 milliseconds