| 61 | } |
| 62 | |
| 63 | char getThousandsSeparator() |
| 64 | { |
| 65 | // Use the value from an arbitrary unit, they should normally be the same on all units. |
| 66 | return getDefaultUnitParams<LengthUnit>().thousandsSeparator; |
| 67 | } |
| 68 | |
| 69 | void setThousandsSeparator( char ch ) |
| 70 | { |
no outgoing calls
no test coverage detected