Searched refs:FormatPatterns (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_localevalue.h | 49 bool FormatPatterns(WideString& wsResult,
|
D | cxfa_localevalue.cpp | 319 bool CXFA_LocaleValue::FormatPatterns(WideString& wsResult, in FormatPatterns() function in CXFA_LocaleValue
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdatetimeedit.cpp | 193 date.FormatPatterns(wsDate, wsPicture, m_pNode->GetLocale(), in OnSelectChanged()
|
D | cxfa_widgetacc.cpp | 2526 if (date.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue() 2535 if (time.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue() 2543 widgetValue.FormatPatterns(wsValue, wsPicture, pLocale, eValueType); in GetValue() 2625 if (date.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue() 2636 if (time.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue() 2646 widgetValue.FormatPatterns(wsFormattedValue, wsPicture, pLocale, in GetFormatDataValue()
|
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.cpp | 2032 .FormatPatterns(wsRet, wsFormat, pLocale, XFA_VALUEPICTURE_Display); in IsoDate2Local() 2055 widgetValue.FormatPatterns(wsRet, wsFormat, pLocale, in IsoTime2Local() 3822 if (!localeValue.FormatPatterns(wsRet, wsPattern, pLocale, in Format()
|