Lines Matching refs:m_wsValue
70 m_wsValue(value.m_wsValue), in CXFA_LocaleValue()
83 m_wsValue(wsValue), in CXFA_LocaleValue()
97 m_wsValue = value.m_wsValue; in operator =()
203 const wchar_t* str = m_wsValue.c_str(); in GetDoubleNum()
204 int len = m_wsValue.GetLength(); in GetDoubleNum()
279 FX_DateFromCanonical(m_wsValue, &dt); in GetDate()
288 FX_TimeFromCanonical(m_wsValue.AsStringView(), &dt, in GetTime()
295 m_wsValue = WideString::Format(L"%04d-%02d-%02d", d.GetYear(), d.GetMonth(), in SetDate()
302 m_wsValue = WideString::Format(L"%02d:%02d:%02d", t.GetHour(), t.GetMinute(), in SetTime()
305 m_wsValue += WideString::Format(L"%:03d", t.GetMillisecond()); in SetTime()
311 m_wsValue = WideString::Format(L"%04d-%02d-%02dT%02d:%02d:%02d", dt.GetYear(), in SetDateTime()
315 m_wsValue += WideString::Format(L"%:03d", dt.GetMillisecond()); in SetDateTime()
350 if (m_wsValue.IsEmpty()) in FormatSinglePattern()
354 if (m_wsValue == L"0") in FormatSinglePattern()
358 bRet = pFormat->FormatNum(m_wsValue, wsFormat, &wsResult); in FormatSinglePattern()
361 bRet = pFormat->FormatText(m_wsValue, wsFormat, &wsResult); in FormatSinglePattern()
364 bRet = pFormat->FormatDateTime(m_wsValue, wsFormat, FX_DATETIMETYPE_Date, in FormatSinglePattern()
368 bRet = pFormat->FormatDateTime(m_wsValue, wsFormat, FX_DATETIMETYPE_Time, in FormatSinglePattern()
372 bRet = pFormat->FormatDateTime(m_wsValue, wsFormat, in FormatSinglePattern()
376 wsResult = m_wsValue; in FormatSinglePattern()
381 wsResult = m_wsValue; in FormatSinglePattern()
621 m_wsValue.clear(); in ParsePatternValue()
626 m_wsValue = L"0"; in ParsePatternValue()
632 m_wsValue = fNum; in ParsePatternValue()
636 bRet = pFormat->ParseText(wsValue, wsFormat, &m_wsValue); in ParsePatternValue()
666 m_wsValue = wsValue; in ParsePatternValue()
672 m_wsValue = wsValue; in ParsePatternValue()