Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_publicmethods.cpp165 bool IsStyleWithCommaDecimalMark(int style) { in IsStyleWithCommaDecimalMark() function
170 return IsStyleWithCommaDecimalMark(style) ? ',' : '.'; in DecimalMarkForStyle()
911 if (IsStyleWithCommaDecimalMark(iSepStyle)) in AFNumber_Format()