Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_xmllocale_unittest.cpp174 locale->GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY_Short)); in TEST()
190 locale->GetTimePattern(FX_LOCALEDATETIMESUBCATEGORY_Short)); in TEST()
Dcxfa_nodelocale.cpp104 case FX_LOCALEDATETIMESUBCATEGORY_Short: in GetDatePattern()
120 case FX_LOCALEDATETIMESUBCATEGORY_Short: in GetTimePattern()
Dcxfa_xmllocale.cpp164 case FX_LOCALEDATETIMESUBCATEGORY_Short: in GetDatePattern()
189 case FX_LOCALEDATETIMESUBCATEGORY_Short: in GetTimePattern()
Dcxfa_node.cpp4742 return pLocale->GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY_Short); in GetPictureContent()
4744 return pLocale->GetTimePattern(FX_LOCALEDATETIMESUBCATEGORY_Short); in GetPictureContent()
4746 return pLocale->GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY_Short) + in GetPictureContent()
4748 pLocale->GetTimePattern(FX_LOCALEDATETIMESUBCATEGORY_Short); in GetPictureContent()
/external/pdfium/xfa/fgas/crt/
Dlocale_iface.h15 FX_LOCALEDATETIMESUBCATEGORY_Short, enumerator
Dcfgas_stringformatter.cpp52 {SUBC(0x9041d4b0, "short", FX_LOCALEDATETIMESUBCATEGORY_Short)},
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp436 return FX_LOCALEDATETIMESUBCATEGORY_Short; in SubCategoryFromInt()