HomeSort by relevance Sort by last modified time
    Searched defs:CXFA_LocaleValue (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.h 28 class CXFA_LocaleValue {
30 CXFA_LocaleValue();
31 CXFA_LocaleValue(const CXFA_LocaleValue& value);
32 CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr);
33 CXFA_LocaleValue(uint32_t dwType,
36 CXFA_LocaleValue(uint32_t dwType,
41 ~CXFA_LocaleValue();
42 CXFA_LocaleValue& operator=(const CXFA_LocaleValue& value)
    [all...]
cxfa_localevalue.cpp 7 #include "xfa/fxfa/parser/cxfa_localevalue.h"
65 CXFA_LocaleValue::CXFA_LocaleValue()
68 CXFA_LocaleValue::CXFA_LocaleValue(const CXFA_LocaleValue& value)
74 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr)
79 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType
    [all...]

Completed in 41 milliseconds