Home
last modified time | relevance | path

Searched refs:eCategory (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp852 FX_LOCALECATEGORY eCategory = FX_LOCALECATEGORY_Unknown; in GetCategory() local
864 return eCategory; in GetCategory()
886 if (eCategory == FX_LOCALECATEGORY_Time) in GetCategory()
888 eCategory = FX_LOCALECATEGORY_Date; in GetCategory()
890 if (eCategory == FX_LOCALECATEGORY_Date) in GetCategory()
892 eCategory = FX_LOCALECATEGORY_Time; in GetCategory()
899 return eCategory; in GetCategory()
1548 FX_LOCALECATEGORY eCategory = FX_LOCALECATEGORY_Unknown; in GetDateTimeFormat() local
1578 eCategory = FX_LOCALECATEGORY_Date; in GetDateTimeFormat()
1583 eCategory = FX_LOCALECATEGORY_Time; in GetDateTimeFormat()
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp24 FX_LOCALECATEGORY ValueCategory(FX_LOCALECATEGORY eCategory, in ValueCategory() argument
26 if (eCategory != FX_LOCALECATEGORY_Unknown) in ValueCategory()
27 return eCategory; in ValueCategory()
283 FX_LOCALECATEGORY eCategory = ValueCategory(pFormat->GetCategory(), m_dwType); in FormatSinglePattern() local
284 switch (eCategory) { in FormatSinglePattern()
315 if (!bRet && (eCategory != FX_LOCALECATEGORY_Num || in FormatSinglePattern()
/external/webrtc/modules/audio_device/win/
Dcore_audio_utility_win.cc909 props.eCategory = AudioCategory_Communications; in SetClientProperties()
917 client->IsOffloadCapable(props.eCategory, &supports_offload); in SetClientProperties()