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

  /external/pdfium/xfa/src/fxfa/src/common/
fxfa_localevalue.h 21 class CXFA_LocaleValue {
23 CXFA_LocaleValue();
24 CXFA_LocaleValue(const CXFA_LocaleValue& value);
25 CXFA_LocaleValue(FX_DWORD dwType, CXFA_LocaleMgr* pLocaleMgr);
26 CXFA_LocaleValue(FX_DWORD dwType,
29 CXFA_LocaleValue(FX_DWORD dwType,
34 ~CXFA_LocaleValue();
35 CXFA_LocaleValue& operator=(const CXFA_LocaleValue& value);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp 33 CXFA_LocaleValue::CXFA_LocaleValue() {
38 CXFA_LocaleValue::CXFA_LocaleValue(const CXFA_LocaleValue& value) {
44 CXFA_LocaleValue::CXFA_LocaleValue(FX_DWORD dwType,
50 CXFA_LocaleValue::CXFA_LocaleValue(FX_DWORD dwType,
58 CXFA_LocaleValue::CXFA_LocaleValue(FX_DWORD dwType,
    [all...]

Completed in 471 milliseconds