Home
last modified time | relevance | path

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

/third_party/boost/libs/locale/src/win32/
Dconverter.cpp38 return towlower_l(begin,end,lc_); in convert()
71 res = towlower_l(wb,we,lc_); in convert()
Dapi.hpp268 inline std::wstring towlower_l(wchar_t const *begin,wchar_t const *end,winlocale const &l) in towlower_l() function
/third_party/boost/libs/locale/src/posix/
Dconverter.cpp49 return towlower_l(c,lc); in lower()
127 wres+=towlower_l(tmp[i],*lc_); in convert()
/third_party/musl/src/ctype/
Dtowctrans.c84 weak_alias(__towlower_l, towlower_l);
/third_party/musl/porting/liteos_m/kernel/include/
Dwctype.h67 wint_t towlower_l(wint_t, locale_t);
/third_party/musl/porting/liteos_a/kernel/include/
Dwctype.h67 wint_t towlower_l(wint_t, locale_t);
/third_party/musl/include/
Dwctype.h67 wint_t towlower_l(wint_t, locale_t);
/third_party/musl/porting/uniproton/kernel/include/
Dwctype.h67 wint_t towlower_l(wint_t, locale_t);
/third_party/musl/ndk_musl_include/
Dwctype.h67 wint_t towlower_l(wint_t, locale_t);
/third_party/musl/libc-test/src/api/
Dwctype.c47 {wint_t(*p)(wint_t,locale_t) = towlower_l;} in f()
/third_party/musl/
Dlibc.map.txt1808 towlower_l;