Home
last modified time | relevance | path

Searched refs:CURRENT_LOCALE (Results 1 - 25 of 36) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/src/locale/
H A D__lctrans.c18 return __lctrans_impl(msg, CURRENT_LOCALE->cat[LC_MESSAGES]); in __lctrans_cur()
H A Dlanginfo.c69 return __nl_langinfo_l(item, CURRENT_LOCALE); in __nl_langinfo()
/third_party/musl/src/locale/
H A Dwcscoll.c13 return __wcscoll_l(l, r, CURRENT_LOCALE); in wcscoll()
H A Dstrcoll.c15 return __strcoll_l(l, r, CURRENT_LOCALE); in strcoll()
H A D__lctrans.c18 return __lctrans_impl(msg, CURRENT_LOCALE->cat[LC_MESSAGES]); in __lctrans_cur()
H A Dstrxfrm.c15 return __strxfrm_l(dest, src, n, CURRENT_LOCALE); in strxfrm()
H A Dwcsxfrm.c20 return __wcsxfrm_l(dest, src, n, CURRENT_LOCALE); in wcsxfrm()
H A Dlanginfo.c72 return __nl_langinfo_l(item, CURRENT_LOCALE); in __nl_langinfo()
H A Dstrfmon.c97 ret = vstrfmon_l(s, n, CURRENT_LOCALE, fmt, ap); in strfmon()
/third_party/musl/porting/liteos_a/kernel/src/locale/
H A D__lctrans.c18 return __lctrans_impl(msg, CURRENT_LOCALE->cat[LC_MESSAGES]); in __lctrans_cur()
H A Dlanginfo.c69 return __nl_langinfo_l(item, CURRENT_LOCALE); in __nl_langinfo()
/third_party/musl/porting/uniproton/kernel/src/locale/
H A D__lctrans.c18 return __lctrans_impl(msg, CURRENT_LOCALE->cat[LC_MESSAGES]); in __lctrans_cur()
H A Dlanginfo.c69 return __nl_langinfo_l(item, CURRENT_LOCALE); in __nl_langinfo()
/third_party/musl/src/stdio/
H A Dfputws.c9 locale_t *ploc = &CURRENT_LOCALE, loc = *ploc; in fputws()
H A Dungetwc.c12 locale_t *ploc = &CURRENT_LOCALE, loc = *ploc; in ungetwc()
H A Dfputwc.c11 locale_t *ploc = &CURRENT_LOCALE, loc = *ploc; in __fputwc_unlocked()
H A Dfgetwc.c50 locale_t *ploc = &CURRENT_LOCALE, loc = *ploc; in __fgetwc_unlocked()
/third_party/musl/porting/liteos_a/kernel/src/errno/
H A Dstrerror.c33 return __strerror_l(e, CURRENT_LOCALE); in strerror()
/third_party/musl/porting/linux/user/src/locale/
H A Dlanginfo.c99 return __nl_langinfo_l(item, CURRENT_LOCALE); in __nl_langinfo()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dlocale_impl.h41 #define CURRENT_LOCALE ((locale_t)&__c_locale) macro
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dlocale_impl.h41 #define CURRENT_LOCALE ((locale_t)&__c_locale) macro
/third_party/musl/src/errno/
H A Dstrerror.c44 return __strerror_l(e, CURRENT_LOCALE); in strerror()
/third_party/musl/porting/linux/user/src/internal/
H A Dlocale_impl.h43 #define CURRENT_LOCALE (__pthread_self()->locale) macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dlocale_impl.h40 #define CURRENT_LOCALE ((locale_t)&__c_locale) macro
/third_party/musl/src/time/
H A Dwcsftime.c68 return __wcsftime_l(wcs, n, f, tm, CURRENT_LOCALE); in wcsftime()

Completed in 4 milliseconds

12