Lines Matching refs:CXFA_LocaleValue
65 CXFA_LocaleValue::CXFA_LocaleValue() in CXFA_LocaleValue() function in CXFA_LocaleValue
68 CXFA_LocaleValue::CXFA_LocaleValue(const CXFA_LocaleValue& value) in CXFA_LocaleValue() function in CXFA_LocaleValue
74 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr) in CXFA_LocaleValue() function in CXFA_LocaleValue
79 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, in CXFA_LocaleValue() function in CXFA_LocaleValue
87 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, in CXFA_LocaleValue() function in CXFA_LocaleValue
96 CXFA_LocaleValue& CXFA_LocaleValue::operator=(const CXFA_LocaleValue& value) { in operator =()
104 CXFA_LocaleValue::~CXFA_LocaleValue() {} in ~CXFA_LocaleValue()
106 bool CXFA_LocaleValue::ValidateValue(const WideString& wsValue, in ValidateValue()
194 double CXFA_LocaleValue::GetDoubleNum() const { in GetDoubleNum()
274 CFX_DateTime CXFA_LocaleValue::GetDate() const { in GetDate()
283 CFX_DateTime CXFA_LocaleValue::GetTime() const { in GetTime()
293 bool CXFA_LocaleValue::SetDate(const CFX_DateTime& d) { in SetDate()
300 bool CXFA_LocaleValue::SetTime(const CFX_DateTime& t) { in SetTime()
309 bool CXFA_LocaleValue::SetDateTime(const CFX_DateTime& dt) { in SetDateTime()
319 bool CXFA_LocaleValue::FormatPatterns(WideString& wsResult, in FormatPatterns()
335 bool CXFA_LocaleValue::FormatSinglePattern(WideString& wsResult, in FormatSinglePattern()
389 bool CXFA_LocaleValue::ValidateCanonicalValue(const WideString& wsValue, in ValidateCanonicalValue()
431 bool CXFA_LocaleValue::ValidateCanonicalDate(const WideString& wsDate, in ValidateCanonicalDate()
508 bool CXFA_LocaleValue::ValidateCanonicalTime(const WideString& wsTime) { in ValidateCanonicalTime()
603 bool CXFA_LocaleValue::ParsePatternValue(const WideString& wsValue, in ParsePatternValue()
680 void CXFA_LocaleValue::GetNumericFormat(WideString& wsFormat, in GetNumericFormat()
716 bool CXFA_LocaleValue::ValidateNumericTemp(const WideString& wsNumeric, in ValidateNumericTemp()