Home
last modified time | relevance | path

Searched refs:FX_LOCALECATEGORY_DateTime (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcrt/
Difx_locale.h42 FX_LOCALECATEGORY_DateTime, enumerator
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp39 return FX_LOCALECATEGORY_DateTime; in ValueCategory()
171 case FX_LOCALECATEGORY_DateTime: { in ValidateValue()
371 case FX_LOCALECATEGORY_DateTime: in FormatSinglePattern()
657 case FX_LOCALECATEGORY_DateTime: { in ParsePatternValue()
/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring_unittest.cpp654 EXPECT_EQ(FX_LOCALECATEGORY_DateTime, f->GetCategory(L"datetime{}")); in TEST_F()
657 EXPECT_EQ(FX_LOCALECATEGORY_DateTime, f->GetCategory(L"time{} date{}")); in TEST_F()
658 EXPECT_EQ(FX_LOCALECATEGORY_DateTime, f->GetCategory(L"date{} time{}")); in TEST_F()
Dcfgas_formatstring.cpp890 return FX_LOCALECATEGORY_DateTime; in GetCategory()
901 return FX_LOCALECATEGORY_DateTime; in GetCategory()
905 return FX_LOCALECATEGORY_DateTime; in GetCategory()
1593 eCategory = FX_LOCALECATEGORY_DateTime; in GetDateTimeFormat()
1640 case FX_LOCALECATEGORY_DateTime: in GetDateTimeFormat()