Searched refs:FormatPatterns (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_localevalue.h | 51 bool FormatPatterns(WideString& wsResult,
|
D | cxfa_localevalue.cpp | 258 bool CXFA_LocaleValue::FormatPatterns(WideString& wsResult, in FormatPatterns() function in CXFA_LocaleValue
|
D | cxfa_node.cpp | 4809 if (date.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue() 4818 if (time.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue() 4826 widgetValue.FormatPatterns(wsValue, wsPicture, pLocale, eValueType); in GetValue() 4905 if (date.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue() 4916 if (time.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue() 4926 widgetValue.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdatetimeedit.cpp | 195 date.FormatPatterns(wsDate, wsPicture, m_pNode->GetLocale(), in OnSelectChanged()
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 2481 .FormatPatterns(wsRet, wsFormat, pLocale, XFA_VALUEPICTURE_Display); in IsoDate2Local() 2503 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoTime2Local() 3727 if (!localeValue.FormatPatterns(wsRet, wsPattern, pLocale, in Format()
|