Searched refs:wcsxfrm (Results 1 – 23 of 23) sorted by relevance
/third_party/boost/boost/regex/config/ |
D | cwchar.hpp | 191 #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/ |
D | wcsxfrm.c | 25 size_t result = wcsxfrm(src, wc, 5); in wcsxfrm_0100() 38 size_t result = wcsxfrm(src, wc, 1); in wcsxfrm_0200()
|
D | test_src_functionalext_supplement_locale.gni | 23 "wcsxfrm",
|
/third_party/musl/src/locale/ |
D | wcsxfrm.c | 18 size_t wcsxfrm(wchar_t *restrict dest, const wchar_t *restrict src, size_t n) in wcsxfrm() function
|
/third_party/boost/libs/config/test/ |
D | boost_no_cwchar.ipp | 26 wcsxfrm(c1,c2,0);
|
/third_party/boost/libs/regex/test/collate_info/ |
D | collate_info.cpp | 28 using ::wcsxfrm; 79 std::size_t len = std::wcsxfrm(buf, cbuf, 50); in print_c_char()
|
/third_party/glib/glib/ |
D | gunicollate.c | 398 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.c | 416 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/ |
D | wchar.c | 71 {size_t(*p)(wchar_t*restrict,const wchar_t*restrict,size_t) = wcsxfrm;} in f()
|
/third_party/boost/boost/compatibility/cpp_c_headers/ |
D | cwchar | 140 using ::wcsxfrm;
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | wchar.h | 60 size_t wcsxfrm (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/musl/ndk_musl_include/ |
D | wchar.h | 60 size_t wcsxfrm (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/musl/include/ |
D | wchar.h | 60 size_t wcsxfrm (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | wchar.h | 62 size_t wcsxfrm (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | wchar.h | 62 size_t wcsxfrm (wchar_t *__restrict, const wchar_t *__restrict, size_t);
|
/third_party/boost/libs/regex/src/ |
D | wc_regex_traits.cpp | 95 while(s < (r = std::wcsxfrm(&*result.begin(), src.c_str(), s))) in transform()
|
/third_party/musl/ |
D | libc.map.txt | 1929 wcsxfrm;
|
D | musl_src.gni | 511 "src/locale/wcsxfrm.c",
|
D | WHATSNEW | 1171 - mishandling of n=0 case in wcsxfrm (wild buffer overrun)
|
/third_party/python/ |
D | pyconfig.h.in | 1356 /* Define to 1 if you have the `wcsxfrm' function. */
|
D | configure.ac | 3733 wcscoll wcsftime wcsxfrm wmemcmp writev _getpty rtpSpawn)
|
D | configure | 11977 wcscoll wcsftime wcsxfrm wmemcmp writev _getpty rtpSpawn
|
/third_party/NuttX/ |
D | ReleaseNotes | 12567 - libc/wctype: Add functions wcrtomb, wcslcpy, wcsxfrm, wctob, wctomb,
|