Searched refs:FormatPatterns (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/ |
H A D | cxfa_localevalue.h | 57 bool FormatPatterns(WideString& wsResult,
|
H A D | cxfa_localevalue.cpp | 274 bool CXFA_LocaleValue::FormatPatterns(WideString& wsResult, in FormatPatterns() function in CXFA_LocaleValue
|
H A D | cxfa_node.cpp | 4863 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 D | cxfa_ffdatetimeedit.cpp | 196 date.FormatPatterns(wsDate, wsPicture, m_pNode->GetLocale(), in OnSelectChanged()
|
/aosp_15_r20/external/pdfium/fxjs/xfa/ |
H A D | cfxjse_formcalc_context.cpp | 2275 .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()
|