Home
last modified time | relevance | path

Searched refs:FX_LOCALEDATETIMESUBCATEGORY_Short (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_xmllocale.cpp147 case FX_LOCALEDATETIMESUBCATEGORY_Short: in GetDatePattern()
172 case FX_LOCALEDATETIMESUBCATEGORY_Short: in GetTimePattern()
Dcxfa_nodelocale.cpp105 case FX_LOCALEDATETIMESUBCATEGORY_Short: in GetDatePattern()
121 case FX_LOCALEDATETIMESUBCATEGORY_Short: in GetTimePattern()
/external/pdfium/core/fxcrt/
Difx_locale.h25 FX_LOCALEDATETIMESUBCATEGORY_Short, enumerator
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp2457 return pLocale->GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY_Short); in GetPictureContent()
2459 return pLocale->GetTimePattern(FX_LOCALEDATETIMESUBCATEGORY_Short); in GetPictureContent()
2461 return pLocale->GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY_Short) + in GetPictureContent()
2463 pLocale->GetTimePattern(FX_LOCALEDATETIMESUBCATEGORY_Short); in GetPictureContent()
/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp38 {0x9041d4b0, L"short", FX_LOCALEDATETIMESUBCATEGORY_Short},
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp495 return FX_LOCALEDATETIMESUBCATEGORY_Short; in SubCategoryFromInt()