Home
last modified time | relevance | path

Searched refs:FormatPatterns (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_localevalue.h57 bool FormatPatterns(WideString& wsResult,
H A Dcxfa_localevalue.cpp274 bool CXFA_LocaleValue::FormatPatterns(WideString& wsResult, in FormatPatterns() function in CXFA_LocaleValue
H A Dcxfa_node.cpp4863 if (date.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue()
4873 if (time.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue()
4881 widgetValue.FormatPatterns(wsValue, wsPicture, pLocale, eValueType); in GetValue()
4934 if (date.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
4946 if (time.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
4956 widgetValue.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_ffdatetimeedit.cpp196 date.FormatPatterns(wsDate, wsPicture, m_pNode->GetLocale(), in OnSelectChanged()
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_formcalc_context.cpp2275 .FormatPatterns(wsRet, wsFormat, pLocale, XFA_ValuePicture::kDisplay); in IsoDate2Local()
2298 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoTime2Local()
3526 if (!localeValue.FormatPatterns(wsRet, wsPattern, pLocale, in Format()