Home
last modified time | relevance | path

Searched refs:wcsxfrm (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/boost/regex/config/
Dcwchar.hpp191 #ifdef wcsxfrm
192 size_t wcsxfrm(wchar_t *p1, const wchar_t *p2, size_t s) in wcsxfrm() function
193 { return wcsxfrm(p1,p2,s); } in wcsxfrm()
194 #undef wcsxfrm
196 using ::wcsxfrm;
/third_party/musl/libc-test/src/functionalext/supplement/locale/
Dwcsxfrm.c25 size_t result = wcsxfrm(src, wc, 5); in wcsxfrm_0100()
38 size_t result = wcsxfrm(src, wc, 1); in wcsxfrm_0200()
Dtest_src_functionalext_supplement_locale.gni23 "wcsxfrm",
/third_party/musl/src/locale/
Dwcsxfrm.c18 size_t wcsxfrm(wchar_t *restrict dest, const wchar_t *restrict src, size_t n) in wcsxfrm() function
/third_party/boost/libs/config/test/
Dboost_no_cwchar.ipp26 wcsxfrm(c1,c2,0);
/third_party/boost/libs/regex/test/collate_info/
Dcollate_info.cpp28 using ::wcsxfrm;
79 std::size_t len = std::wcsxfrm(buf, cbuf, 50); in print_c_char()
/third_party/glib/glib/
Dgunicollate.c398 xfrm_len = wcsxfrm (NULL, (wchar_t *)str_norm, 0); in g_utf8_collate_key()
400 wcsxfrm (result_wc, (wchar_t *)str_norm, xfrm_len + 1); in g_utf8_collate_key()
/third_party/python/Modules/
D_localemodule.c416 n2 = wcsxfrm(buf, s, n1); in _locale_strxfrm_impl()
430 n2 = wcsxfrm(buf, s, n2+1); in _locale_strxfrm_impl()
/third_party/musl/libc-test/src/api/
Dwchar.c71 {size_t(*p)(wchar_t*restrict,const wchar_t*restrict,size_t) = wcsxfrm;} in f()
/third_party/boost/boost/compatibility/cpp_c_headers/
Dcwchar140 using ::wcsxfrm;
/third_party/musl/porting/liteos_a/kernel/include/
Dwchar.h60 size_t wcsxfrm (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/musl/ndk_musl_include/
Dwchar.h60 size_t wcsxfrm (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/musl/include/
Dwchar.h60 size_t wcsxfrm (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/musl/porting/liteos_m/kernel/include/
Dwchar.h62 size_t wcsxfrm (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/musl/porting/uniproton/kernel/include/
Dwchar.h62 size_t wcsxfrm (wchar_t *__restrict, const wchar_t *__restrict, size_t);
/third_party/boost/libs/regex/src/
Dwc_regex_traits.cpp95 while(s < (r = std::wcsxfrm(&*result.begin(), src.c_str(), s))) in transform()
/third_party/musl/
Dlibc.map.txt1929 wcsxfrm;
Dmusl_src.gni511 "src/locale/wcsxfrm.c",
DWHATSNEW1171 - mishandling of n=0 case in wcsxfrm (wild buffer overrun)
/third_party/python/
Dpyconfig.h.in1356 /* Define to 1 if you have the `wcsxfrm' function. */
Dconfigure.ac3733 wcscoll wcsftime wcsxfrm wmemcmp writev _getpty rtpSpawn)
Dconfigure11977 wcscoll wcsftime wcsxfrm wmemcmp writev _getpty rtpSpawn
/third_party/NuttX/
DReleaseNotes12567 - libc/wctype: Add functions wcrtomb, wcslcpy, wcsxfrm, wctob, wctomb,