Searched refs:thousands_sep (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Objects/stringlib/ |
H A D | localeutil.h | 56 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 D | localeutil.h | 67 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/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | locale.h | 49 char* thousands_sep; member in struct:lconv
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | locale.h | 85 char *thousands_sep; /**< "" Separates groups of digits before the decimal-point */ member in struct:lconv
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/ |
H A D | localedef.h | 77 const char *thousands_sep; member in struct:__anon13010
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | locale.h | 49 char* thousands_sep; member in struct:lconv
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/ |
H A D | localeconv.c | 77 ret.thousands_sep = 78 __UNCONST(_CurrentNumericLocale->thousands_sep);
|
H A D | nl_langinfo.c | 92 s = _CurrentNumericLocale->thousands_sep;
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | vfwprintf.c | 624 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 285 milliseconds