OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wcwidth
(Results
1 - 25
of
55
) sorted by null
1
2
3
/external/bison/m4/
mbswidth.m4
14
AC_CHECK_FUNCS(iswcntrl
wcwidth
)
17
AC_CACHE_CHECK([whether
wcwidth
is declared], ac_cv_have_decl_wcwidth,
19
/* AIX 3.2.5 declares
wcwidth
in <string.h>. */
27
#ifndef
wcwidth
28
char *p = (char *)
wcwidth
;
37
[Define to 1 if you have the declaration of
wcwidth
(), and to 0 otherwise.])
/external/bison/lib/
mbswidth.c
35
/* Get mbstate_t, mbrtowc(), mbsinit(),
wcwidth
(). */
67
int
wcwidth
();
70
#ifndef
wcwidth
72
/*
wcwidth
doesn't exist, so assume all printable characters have
74
# define
wcwidth
(wc) ((wc) == 0 ? 0 : iswprint (wc) ? 1 : -1)
macro
188
w =
wcwidth
(wc);
/bionic/libc/wchar/
wcswidth.c
51
if ((l =
wcwidth
(wc)) < 0)
/bionic/libc/include/
wchar.h
141
extern int
wcwidth
(wchar_t);
/development/ndk/platforms/android-3/include/
wchar.h
139
extern int
wcwidth
(wchar_t);
/development/ndk/platforms/android-8/include/
wchar.h
141
extern int
wcwidth
(wchar_t);
/development/ndk/platforms/android-9/include/
wchar.h
141
extern int
wcwidth
(wchar_t);
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
wchar.h
139
extern int
wcwidth
(wchar_t);
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
wchar.h
139
extern int
wcwidth
(wchar_t);
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
wchar.h
139
extern int
wcwidth
(wchar_t);
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
wchar.h
139
extern int
wcwidth
(wchar_t);
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
wchar.h
141
extern int
wcwidth
(wchar_t);
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
wchar.h
141
extern int
wcwidth
(wchar_t);
/external/bison/
config.h
131
/* Define to 1 if you have the declaration of
wcwidth
(), and to 0 otherwise.
288
/* Define to 1 if you have the `
wcwidth
' function. */
config.hin
130
/* Define to 1 if you have the declaration of
wcwidth
(), and to 0 otherwise.
287
/* Define to 1 if you have the `
wcwidth
' function. */
/bionic/libc/stdlib/
wchar.c
333
int
wcwidth
(wchar_t wc)
function
/development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.txt
1041
wcwidth
/development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.txt
1076
wcwidth
/development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.txt
1131
wcwidth
/development/ndk/platforms/android-3/arch-arm/lib/
libc.so
/development/ndk/platforms/android-5/arch-arm/lib/
libc.so
/development/ndk/platforms/android-5/arch-x86/lib/
libc.so
/development/ndk/platforms/android-8/arch-arm/lib/
libc.so
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libc.so
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libc.so
Completed in 322 milliseconds
1
2
3