• Home
  • Raw
  • Download

Lines Matching refs:CXFA_LocaleValue

92 CXFA_LocaleValue::CXFA_LocaleValue() = default;
94 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr) in CXFA_LocaleValue() function in CXFA_LocaleValue
99 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, in CXFA_LocaleValue() function in CXFA_LocaleValue
107 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, in CXFA_LocaleValue() function in CXFA_LocaleValue
116 CXFA_LocaleValue::CXFA_LocaleValue(const CXFA_LocaleValue& that) = default;
118 CXFA_LocaleValue& CXFA_LocaleValue::operator=(const CXFA_LocaleValue& that) =
121 CXFA_LocaleValue::~CXFA_LocaleValue() = default;
123 bool CXFA_LocaleValue::ValidateValue(const WideString& wsValue, in ValidateValue()
205 double CXFA_LocaleValue::GetDoubleNum() const { in GetDoubleNum()
214 CFX_DateTime CXFA_LocaleValue::GetDate() const { in GetDate()
223 CFX_DateTime CXFA_LocaleValue::GetTime() const { in GetTime()
232 bool CXFA_LocaleValue::SetDate(const CFX_DateTime& d) { in SetDate()
239 bool CXFA_LocaleValue::SetTime(const CFX_DateTime& t) { in SetTime()
248 bool CXFA_LocaleValue::SetDateTime(const CFX_DateTime& dt) { in SetDateTime()
258 bool CXFA_LocaleValue::FormatPatterns(WideString& wsResult, in FormatPatterns()
270 bool CXFA_LocaleValue::FormatSinglePattern(WideString& wsResult, in FormatSinglePattern()
323 bool CXFA_LocaleValue::ValidateCanonicalValue(const WideString& wsValue, in ValidateCanonicalValue()
365 bool CXFA_LocaleValue::ValidateCanonicalDate(const WideString& wsDate, in ValidateCanonicalDate()
444 bool CXFA_LocaleValue::ValidateCanonicalTime(const WideString& wsTime) { in ValidateCanonicalTime()
543 bool CXFA_LocaleValue::ParsePatternValue(const WideString& wsValue, in ParsePatternValue()
615 void CXFA_LocaleValue::GetNumericFormat(WideString& wsFormat, in GetNumericFormat()
655 bool CXFA_LocaleValue::ValidateNumericTemp(const WideString& wsNumeric, in ValidateNumericTemp()