Searched refs:__lc_numeric (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dlnumeric.c60 XL_RELEASE(loc->__lc_numeric);
61 loc->__lc_numeric = NULL;
66 if (loc->_numeric_using_locale && strcmp(name, loc->__lc_numeric->_numeric_locale_buf) == 0)
73 XL_RELEASE(loc->__lc_numeric);
74 loc->__lc_numeric = cache;
75 XL_RETAIN(loc->__lc_numeric);
100 XL_RELEASE(loc->__lc_numeric);
101 loc->__lc_numeric = xp;
113 ? &loc->__lc_numeric->_numeric_locale
124 loc->__lc_numeric
[all...]
/macosx-10.10.1/Libc-1044.1.2/locale/
H A Dxlocale.c135 XL_RETAIN(new->__lc_numeric);
231 oenc = (loc->_numeric_using_locale ? loc->__lc_numeric->_numeric_locale_buf : C);
274 XL_RELEASE(loc->__lc_numeric);
356 const char *numeric = (loc->_numeric_using_locale ? loc->__lc_numeric->_numeric_locale_buf : C);
415 ret = (loc->_numeric_using_locale ? loc->__lc_numeric->_numeric_locale_buf : C);
H A Dxlocale_private.h157 struct __xlocale_st_numeric *__lc_numeric; member in struct:_xlocale

Completed in 67 milliseconds