Lines Matching refs:wsFormat
109 const WideString& wsFormat, in CXFA_LocaleValue() argument
114 m_bValid(ParsePatternValue(wsValue, wsFormat, pLocale)) {} in CXFA_LocaleValue()
138 const WideString& wsFormat = wsPatterns[i]; in ValidateValue() local
140 pdfium::MakeUnique<CFGAS_StringFormatter>(m_pLocaleMgr.Get(), wsFormat); in ValidateValue()
259 const WideString& wsFormat, in FormatPatterns() argument
263 for (const auto& pattern : CFGAS_StringFormatter::SplitOnBars(wsFormat)) { in FormatPatterns()
271 const WideString& wsFormat, in FormatSinglePattern() argument
282 pdfium::MakeUnique<CFGAS_StringFormatter>(m_pLocaleMgr.Get(), wsFormat); in FormatSinglePattern()
555 const WideString& wsFormat = wsPatterns[i]; in ParsePatternValue() local
557 pdfium::MakeUnique<CFGAS_StringFormatter>(m_pLocaleMgr.Get(), wsFormat); in ParsePatternValue()
615 void CXFA_LocaleValue::GetNumericFormat(WideString& wsFormat, in GetNumericFormat() argument
618 ASSERT(wsFormat.IsEmpty()); in GetNumericFormat()
626 pdfium::span<wchar_t> lpBuf = wsFormat.GetBuffer(nTotalLen); in GetNumericFormat()
652 wsFormat.ReleaseBuffer(nTotalLen); in GetNumericFormat()
656 const WideString& wsFormat, in ValidateNumericTemp() argument
658 if (wsFormat.IsEmpty() || wsNumeric.IsEmpty()) in ValidateNumericTemp()
662 pdfium::span<const wchar_t> spFmt = wsFormat.span(); in ValidateNumericTemp()
675 int32_t nCountFmt = wsFormat.GetLength(); in ValidateNumericTemp()