Searched refs:thousands_sep_len (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dxprintf_int.c276 int thousands_sep_len; /* locale specific thousands separator length */ local
293 thousands_sep_len = strlen(thousands_sep);
298 thousands_sep_len = 0;
368 p = __ultoa(uu, pe, rdx, digit, ngrp, thousands_sep, thousands_sep_len, grouping);
370 p = __ujtoa(uu, pe, rdx, digit, ngrp, thousands_sep, thousands_sep_len, grouping);
H A Dxprintf_float.c189 int thousands_sep_len; /* length of locale specific thousands separator */ local
205 thousands_sep_len = strlen(thousands_sep);
412 ret += __printf_puts(io, thousands_sep, thousands_sep_len);

Completed in 158 milliseconds