Searched defs:thousands_sep (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Objects/stringlib/
H A Dlocaleutil.h56 Py_ssize_t n_chars, Py_ssize_t n_zeros, const char* thousands_sep,
63 if (thousands_sep) {
66 /* Copy the thousands_sep chars into the buffer. */
68 /* Convert from the char's of the thousands_sep from
71 (*buffer_end)[i] = thousands_sep[i];
73 /* No conversion, just memcpy the thousands_sep. */
74 memcpy(*buffer_end, thousands_sep, thousands_sep_len);
97 * @thousands_sep: see definition in localeconv().
105 * thousands_sep) into the string between buffer and buffer+n_digits.
123 const char *thousands_sep)
55 fill(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end, Py_ssize_t n_chars, Py_ssize_t n_zeros, const char* thousands_sep, Py_ssize_t thousands_sep_len) argument
117 _Py_InsertThousandsGrouping(STRINGLIB_CHAR *buffer, Py_ssize_t n_buffer, STRINGLIB_CHAR *digits, Py_ssize_t n_digits, Py_ssize_t min_width, const char *grouping, const char *thousands_sep) argument
211 const char *thousands_sep = locale_data->thousands_sep; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/stringlib/
H A Dlocaleutil.h67 Py_ssize_t n_chars, Py_ssize_t n_zeros, const char* thousands_sep,
74 if (thousands_sep) {
77 /* Copy the thousands_sep chars into the buffer. */
79 /* Convert from the char's of the thousands_sep from
82 (*buffer_end)[i] = thousands_sep[i];
84 /* No conversion, just memcpy the thousands_sep. */
85 memcpy(*buffer_end, thousands_sep, thousands_sep_len);
108 * @thousands_sep: see definition in localeconv().
116 * thousands_sep) into the string between buffer and buffer+n_digits.
134 const char *thousands_sep)
66 fill(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end, Py_ssize_t n_chars, Py_ssize_t n_zeros, const char* thousands_sep, Py_ssize_t thousands_sep_len) argument
128 _Py_InsertThousandsGrouping(STRINGLIB_CHAR *buffer, Py_ssize_t n_buffer, STRINGLIB_CHAR *digits, Py_ssize_t n_digits, Py_ssize_t min_width, const char *grouping, const char *thousands_sep) argument
222 const char *thousands_sep = locale_data->thousands_sep; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dlocale.h85 char *thousands_sep; /**< "" Separates groups of digits before the decimal-point */ member in struct:lconv
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dlocale.h49 char* thousands_sep; member in struct:lconv
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dlocale.h49 char* thousands_sep; member in struct:lconv
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dlocaledef.h77 const char *thousands_sep; member in struct:__anon13010
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfwprintf.c624 char thousands_sep; /* locale specific thousands separator */ local
825 thousands_sep = '\0';
922 thousands_sep = *(localeconv()->thousands_sep);
1430 flags & GROUPING, thousands_sep,
1438 flags & GROUPING, thousands_sep,
1527 PRINT(&thousands_sep,

Completed in 49 milliseconds