Searched refs:eCategory (Results 1 – 2 of 2) sorted by relevance
76 static FX_LOCALECATEGORY XFA_ValugeCategory(FX_LOCALECATEGORY eCategory, in XFA_ValugeCategory() argument78 if (eCategory == FX_LOCALECATEGORY_Unknown) { in XFA_ValugeCategory()95 return eCategory; in XFA_ValugeCategory()114 FX_LOCALECATEGORY eCategory = pFormat->GetCategory(wsFormat); in ValidateValue() local115 eCategory = XFA_ValugeCategory(eCategory, m_dwType); in ValidateValue()116 switch (eCategory) { in ValidateValue()486 FX_LOCALECATEGORY eCategory = pFormat->GetCategory(wsFormat); in FormatSinglePattern() local487 eCategory = XFA_ValugeCategory(eCategory, m_dwType); in FormatSinglePattern()488 switch (eCategory) { in FormatSinglePattern()522 if (!bRet && (eCategory != FX_LOCALECATEGORY_Num || in FormatSinglePattern()[all …]
665 FX_LOCALECATEGORY eCategory = FX_LOCALECATEGORY_Unknown; in GetCategory() local678 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() local2297 eCategory = FX_LOCALECATEGORY_Date; in GetDateTimeFormat()2303 eCategory = FX_LOCALECATEGORY_Time; in GetDateTimeFormat()[all …]