Searched refs:wcswidth (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/ctype/ |
H A D | wcswidth.c | 27 * @tc.desc : Test wcswidth to get the number of wide string columns 32 int result = wcswidth(L"abc", WIDTH); in wcswidth_0100() 34 t_error("%s wcswidth get result is %s are not want 2\n", __func__, result); in wcswidth_0100() 40 * @tc.desc : wcswidth result when wide string contains non-printing characters 45 int result = wcswidth(L"ab\t", WIDTH); in wcswidth_0200() 47 t_error("%s wcswidth get result is %s are not want 2\n", __func__, result); in wcswidth_0200() 53 * @tc.desc : The result of wcswidth when nonprinting characters are included in the selection 58 int result = wcswidth(L"a\tb", WIDTH); in wcswidth_0300() 60 t_error("%s wcswidth get result is %s are not want -1\n", __func__, result); in wcswidth_0300()
|
/third_party/node/deps/npm/node_modules/wcwidth/ |
H A D | index.js | 12 return wcswidth(str, DEFAULTS) 18 return wcswidth(str, opts) 46 function wcswidth(str, opts) { function
|
/third_party/musl/porting/liteos_a/user/src/ctype/ |
H A D | wcswidth.c | 4 int wcswidth(const wchar_t *wcs, size_t n) in wcswidth() function
|
/third_party/musl/src/ctype/ |
H A D | wcswidth.c | 4 int wcswidth(const wchar_t *wcs, size_t n) in wcswidth() function
|
/third_party/musl/libc-test/src/api/ |
H A D | wchar.c | 94 {int(*p)(const wchar_t*,size_t) = wcswidth;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | wchar.h | 179 int wcswidth (const wchar_t *, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | wchar.h | 179 int wcswidth (const wchar_t *, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | wchar.h | 179 int wcswidth (const wchar_t *, size_t);
|
/third_party/musl/include/ |
H A D | wchar.h | 180 int wcswidth (const wchar_t *, size_t);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 492 extern int wcswidth (const wchar_t *__s, size_t __n) throw (); [all...] |
Completed in 27 milliseconds