Searched refs:__LOCALE_PTR (Results 1 – 4 of 4) sorted by relevance
359 # define __LOCALE_PTR locale_arg macro366 # define __LOCALE_PTR __UCLIBC_CURLOCALE
221 wchar_t decpt_wc = __LOCALE_PTR->decimal_point_wc; in __XL_NPP()223 const char *decpt = __LOCALE_PTR->decimal_point; in __XL_NPP()224 int decpt_len = __LOCALE_PTR->decimal_point_len; in __XL_NPP()
72 #define CUR_COLLATE (& __LOCALE_PTR->collate)219 n = n0 = __locale_mbrtowc_l(&WC, cs->s, __LOCALE_PTR); in next_weight()252 nx = __locale_mbrtowc_l(&WC, cs->s + n, __LOCALE_PTR); in next_weight()
1040 if ((c < LC_ALL) && (i < __LOCALE_PTR->category_item_count[c])) {1041 return ((char **)(((char *) __LOCALE_PTR)1042 + __LOCALE_PTR->category_offsets[c]))[i];
Completed in 8 milliseconds