Home
last modified time | relevance | path

Searched refs:DECIMAL_POINT (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/locale/
Dlocaleconv.c28 result.decimal_point = (char *) _NL_CURRENT (LC_NUMERIC, DECIMAL_POINT); in __localeconv()
Dlanginfo.h550 # define DECIMAL_POINT __DECIMAL_POINT macro
Dcategories.def197 DEFINE_ELEMENT (DECIMAL_POINT, "decimal_point", std, string)
/glibc-2.36/localedata/
Dtst-langinfo.c74 VAL (DECIMAL_POINT),
Dtst-c-utf8-consistency.c409 TEST_COMPARE_STRING (str (DECIMAL_POINT), str_utf8 (DECIMAL_POINT)); in one_pass()
/glibc-2.36/stdio-common/
Dprintf_fphex.c111 const char *decimal = _NL_CURRENT (LC_NUMERIC, DECIMAL_POINT); in __printf_fphex()
Dprintf_fp.c279 decimal = _nl_lookup (loc, LC_NUMERIC, DECIMAL_POINT); in __printf_fp_l()
287 decimal = _nl_lookup (loc, LC_NUMERIC, DECIMAL_POINT); in __printf_fp_l()
Dvfscanf-internal.c359 decimal = curnumeric->values[_NL_ITEM_INDEX (DECIMAL_POINT)].string; in __vfwscanf_internal()
/glibc-2.36/stdlib/
Dstrtod_l.c595 decimal = _NL_CURRENT (LC_NUMERIC, DECIMAL_POINT); in ____STRTOF_INTERNAL()
/glibc-2.36/manual/
Dlocale.texi1108 @item DECIMAL_POINT
/glibc-2.36/ChangeLog.old/
DChangeLog.10148 N_SIGN_POSN, DECIMAL_POINT, THOUSANDS_SEP, GROUPING, YESEXPR,
DChangeLog.11474 DECIMAL_POINT information.