Searched refs:eCategory (Results 1 – 2 of 2) sorted by relevance
79 static FX_LOCALECATEGORY XFA_ValugeCategory(FX_LOCALECATEGORY eCategory, in XFA_ValugeCategory() argument81 if (eCategory == FX_LOCALECATEGORY_Unknown) { in XFA_ValugeCategory()98 return eCategory; in XFA_ValugeCategory()119 FX_LOCALECATEGORY eCategory = pFormat->GetCategory(wsFormat); in ValidateValue() local120 eCategory = XFA_ValugeCategory(eCategory, m_dwType); in ValidateValue()121 switch (eCategory) { in ValidateValue()492 FX_LOCALECATEGORY eCategory = pFormat->GetCategory(wsFormat); in FormatSinglePattern() local493 eCategory = XFA_ValugeCategory(eCategory, m_dwType); in FormatSinglePattern()494 switch (eCategory) { in FormatSinglePattern()527 if (!bRet && (eCategory != FX_LOCALECATEGORY_Num || in FormatSinglePattern()[all …]
380 FX_LOCALECATEGORY eCategory = FX_LOCALECATEGORY_Unknown; in GetCategory() local394 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() local1947 eCategory = FX_LOCALECATEGORY_Date; in GetDateTimeFormat()1953 eCategory = FX_LOCALECATEGORY_Time; in GetDateTimeFormat()[all …]