Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Difx_locale.h46 FX_LOCALECATEGORY_Null, enumerator
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp125 case FX_LOCALECATEGORY_Null: in ValidateValue()
349 case FX_LOCALECATEGORY_Null: in FormatSinglePattern()
618 case FX_LOCALECATEGORY_Null: in ParsePatternValue()
/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring_unittest.cpp650 EXPECT_EQ(FX_LOCALECATEGORY_Null, f->GetCategory(L"null{}")); in TEST_F()
Dcfgas_formatstring.cpp898 return FX_LOCALECATEGORY_Null; in GetCategory()