OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wcwidth
(Results
76 - 84
of
84
) sorted by null
1
2
3
4
/ndk/sources/android/support/
Android.mk
48
src/musl-ctype/
wcwidth
.c \
/external/ltrace/
lens_default.c
24
#define _XOPEN_SOURCE /* For
wcwidth
from wchar.h. */
596
c =
wcwidth
(wc);
/external/toybox/toys/posix/
ls.c
67
// Does two things: 1) Returns
wcwidth
(utf8) version of strlen,
79
if (len < 1 || (width =
wcwidth
(c)) < 0) {
/external/bison/lib/
gnulib.mk
[
all
...]
/external/ltrace/etc/
libc.so.conf
517
int
wcwidth
(wchar_t);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h
437
extern int
wcwidth
(wchar_t __c) __THROW;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h
436
extern int
wcwidth
(wchar_t __c) __THROW;
/external/mksh/src/
sh.h
[
all
...]
/external/bison/
configure
[
all
...]
Completed in 951 milliseconds
1
2
3
4