Searched refs:IsStyleWithCommaDecimalMark (Results 1 – 1 of 1) sorted by relevance
165 bool IsStyleWithCommaDecimalMark(int style) { in IsStyleWithCommaDecimalMark() function170 return IsStyleWithCommaDecimalMark(style) ? ',' : '.'; in DecimalMarkForStyle()911 if (IsStyleWithCommaDecimalMark(iSepStyle)) in AFNumber_Format()