Home
last modified time | relevance | path

Searched refs:towupper_l (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/locale/src/win32/
Dconverter.cpp36 return towupper_l(begin,end,lc_); in convert()
68 res = towupper_l(wb,we,lc_); in convert()
Dapi.hpp263 inline std::wstring towupper_l(wchar_t const *begin,wchar_t const *end,winlocale const &l) in towupper_l() function
/third_party/boost/libs/locale/src/posix/
Dconverter.cpp53 return towupper_l(c,lc); in upper()
116 wres+=towupper_l(tmp[i],*lc_); in convert()
Dnumeric.cpp356 return towupper_l(c,*lc_); in toupper()
361 *begin = towupper_l(*begin,*lc_); in toupper()
/third_party/musl/src/ctype/
Dtowctrans.c83 weak_alias(__towupper_l, towupper_l);
/third_party/musl/porting/liteos_m/kernel/include/
Dwctype.h68 wint_t towupper_l(wint_t, locale_t);
/third_party/musl/porting/liteos_a/kernel/include/
Dwctype.h68 wint_t towupper_l(wint_t, locale_t);
/third_party/musl/include/
Dwctype.h68 wint_t towupper_l(wint_t, locale_t);
/third_party/musl/porting/uniproton/kernel/include/
Dwctype.h68 wint_t towupper_l(wint_t, locale_t);
/third_party/musl/ndk_musl_include/
Dwctype.h68 wint_t towupper_l(wint_t, locale_t);
/third_party/musl/libc-test/src/api/
Dwctype.c48 {wint_t(*p)(wint_t,locale_t) = towupper_l;} in f()
/third_party/boost/libs/locale/test/
Dtest_posix_convert.cpp77 if(towupper_l(L'i',cl) == 0x130) { in test_char()
/third_party/musl/
Dlibc.map.txt1810 towupper_l;