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

/illumos-gate/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);
93 wstring_to_decimal(&cp, 1, &dr, &form);
123 wstring_to_decimal(&cp, 1, &dr, &form);
172 * wstring_to_decimal is modelled on string_to_decimal, the majority
186 wstring_to_decimal(const wchar_t **ppc, int c99, decimal_record *pd, function

Completed in 60 milliseconds