Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_localevalue.cpp76 static FX_LOCALECATEGORY XFA_ValugeCategory(FX_LOCALECATEGORY eCategory, in XFA_ValugeCategory() argument
78 if (eCategory == FX_LOCALECATEGORY_Unknown) { in XFA_ValugeCategory()
95 return eCategory; in XFA_ValugeCategory()
114 FX_LOCALECATEGORY eCategory = pFormat->GetCategory(wsFormat); in ValidateValue() local
115 eCategory = XFA_ValugeCategory(eCategory, m_dwType); in ValidateValue()
116 switch (eCategory) { in ValidateValue()
486 FX_LOCALECATEGORY eCategory = pFormat->GetCategory(wsFormat); in FormatSinglePattern() local
487 eCategory = XFA_ValugeCategory(eCategory, m_dwType); in FormatSinglePattern()
488 switch (eCategory) { in FormatSinglePattern()
522 if (!bRet && (eCategory != FX_LOCALECATEGORY_Num || in FormatSinglePattern()
[all …]
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp665 FX_LOCALECATEGORY eCategory = FX_LOCALECATEGORY_Unknown; in GetCategory() local
678 return eCategory; in GetCategory()
693 if (eCategory == FX_LOCALECATEGORY_Time) { in GetCategory()
696 eCategory = FX_LOCALECATEGORY_Date; in GetCategory()
698 if (eCategory == FX_LOCALECATEGORY_Date) { in GetCategory()
701 eCategory = FX_LOCALECATEGORY_Time; in GetCategory()
718 return eCategory; in GetCategory()
2266 FX_LOCALECATEGORY eCategory = FX_LOCALECATEGORY_Unknown; in GetDateTimeFormat() local
2297 eCategory = FX_LOCALECATEGORY_Date; in GetDateTimeFormat()
2303 eCategory = FX_LOCALECATEGORY_Time; in GetDateTimeFormat()
[all …]