Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c50 static void wstring_to_decimal(const wchar_t **, int, decimal_record *, int *);
61 wstring_to_decimal(&cp, __xpg6 & _C99SUSv3_recognize_hexfp, &dr, &form); in wcstod()
91 wstring_to_decimal(&cp, 1, &dr, &form); in wcstof()
121 wstring_to_decimal(&cp, 1, &dr, &form); in wcstold()
184 wstring_to_decimal(const wchar_t **ppc, int c99, decimal_record *pd, in wstring_to_decimal() function