Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_localevalue.cpp79 static FX_LOCALECATEGORY XFA_ValugeCategory(FX_LOCALECATEGORY eCategory, in XFA_ValugeCategory() argument
81 if (eCategory == FX_LOCALECATEGORY_Unknown) { in XFA_ValugeCategory()
98 return eCategory; in XFA_ValugeCategory()
119 FX_LOCALECATEGORY eCategory = pFormat->GetCategory(wsFormat); in ValidateValue() local
120 eCategory = XFA_ValugeCategory(eCategory, m_dwType); in ValidateValue()
121 switch (eCategory) { in ValidateValue()
492 FX_LOCALECATEGORY eCategory = pFormat->GetCategory(wsFormat); in FormatSinglePattern() local
493 eCategory = XFA_ValugeCategory(eCategory, m_dwType); in FormatSinglePattern()
494 switch (eCategory) { in FormatSinglePattern()
527 if (!bRet && (eCategory != FX_LOCALECATEGORY_Num || in FormatSinglePattern()
[all …]
/external/pdfium/xfa/fgas/localization/
Dfgas_locale.cpp380 FX_LOCALECATEGORY eCategory = FX_LOCALECATEGORY_Unknown; in GetCategory() local
394 return eCategory; in GetCategory()
408 if (eCategory == FX_LOCALECATEGORY_Time) { in GetCategory()
411 eCategory = FX_LOCALECATEGORY_Date; in GetCategory()
413 if (eCategory == FX_LOCALECATEGORY_Date) { in GetCategory()
416 eCategory = FX_LOCALECATEGORY_Time; in GetCategory()
433 return eCategory; in GetCategory()
1915 FX_LOCALECATEGORY eCategory = FX_LOCALECATEGORY_Unknown; in GetDateTimeFormat() local
1947 eCategory = FX_LOCALECATEGORY_Date; in GetDateTimeFormat()
1953 eCategory = FX_LOCALECATEGORY_Time; in GetDateTimeFormat()
[all …]