Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Difx_locale.h41 FX_LOCALECATEGORY_Time, enumerator
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp37 return FX_LOCALECATEGORY_Time; in ValueCategory()
161 case FX_LOCALECATEGORY_Time: { in ValidateValue()
367 case FX_LOCALECATEGORY_Time: in FormatSinglePattern()
649 case FX_LOCALECATEGORY_Time: { in ParsePatternValue()
/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp900 if (eCategory == FX_LOCALECATEGORY_Time) in GetCategory()
906 eCategory = FX_LOCALECATEGORY_Time; in GetCategory()
1590 eCategory = FX_LOCALECATEGORY_Time; in GetDateTimeFormat()
1636 case FX_LOCALECATEGORY_Time: in GetDateTimeFormat()
1656 if (eCategory == FX_LOCALECATEGORY_Time) in GetDateTimeFormat()
Dcfgas_formatstring_unittest.cpp655 EXPECT_EQ(FX_LOCALECATEGORY_Time, f->GetCategory(L"time{}")); in TEST_F()