Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/i18n/
H A Dwstod.c52 static void wstring_to_decimal(const wchar_t **, int, decimal_record *, int *);
63 wstring_to_decimal(&cp, __xpg6 & _C99SUSv3_recognize_hexfp, &dr, &form); in wcstod()
93 wstring_to_decimal(&cp, 1, &dr, &form); in wcstof()
123 wstring_to_decimal(&cp, 1, &dr, &form); in wcstold()
186 wstring_to_decimal(const wchar_t **ppc, int c99, decimal_record *pd, in wstring_to_decimal() function