Searched refs:get_decimal_sep (Results 1 – 1 of 1) sorted by relevance
2618 static WCHAR get_decimal_sep(void) in get_decimal_sep() function2642 wsprintfW(strout, hundredths_fmt, size / 100, get_decimal_sep(), size % 100); in size2str()2649 wsprintfW(strout, thousandths_fmt, size / 1000, get_decimal_sep(), size % 1000); in size2str()3261 WCHAR decimal = get_decimal_sep(); in margin_edit_notification()3653 WCHAR decimal = get_decimal_sep(); in pagesetup_margin_editproc()