OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wcwidth
(Results
101 - 125
of
215
) sorted by null
1
2
3
4
5
6
7
8
9
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/lib/
libc.so
/bionic/libc/bionic/
wchar.cpp
284
int
wcwidth
(wchar_t wc) {
function
/development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt
1041
wcwidth
/development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt
1074
wcwidth
/external/bison/m4/
wchar_h.m4
53
wcsrtombs wcsnrtombs
wcwidth
wmemchr wmemcmp wmemcpy wmemmove wmemset
gnulib-comp.m4
233
# Code from module
wcwidth
:
751
AC_LIBOBJ([
wcwidth
])
753
gl_WCHAR_MODULE_INDICATOR([
wcwidth
])
[
all
...]
/ndk/sources/android/support/include/
wchar.h
221
int
wcwidth
(wchar_t);
/external/mksh/src/
expr.c
838
/* --- begin of
wcwidth
.c excerpt --- */
847
__RCSID("$miros: src/lib/libc/i18n/
wcwidth
.c,v 1.11 2012/09/01 23:46:43 tg Exp $");
956
/* --- end of
wcwidth
.c excerpt --- */
/external/bison/lib/
config.in.h
313
/* Define to 1 when the gnulib module
wcwidth
should be tested. */
518
/* Define to 1 if you have the declaration of `
wcwidth
', and to 0 if you
[
all
...]
mbchar.h
246
int w =
wcwidth
(wc);
/external/bison/darwin-lib/
config.h
314
/* Define to 1 when the gnulib module
wcwidth
should be tested. */
519
/* Define to 1 if you have the declaration of `
wcwidth
', and to 0 if you
[
all
...]
/external/bison/linux-lib/
config.h
314
/* Define to 1 when the gnulib module
wcwidth
should be tested. */
519
/* Define to 1 if you have the declaration of `
wcwidth
', and to 0 if you
[
all
...]
/external/chromium_org/courgette/testdata/
elf-32-1
elf-32-2
/ndk/build/tools/
build-cxx-stl.sh
267
../../android/support/src/musl-ctype/
wcwidth
.c \
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h
386
extern int
wcwidth
(wchar_t __c) __THROW;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h
386
extern int
wcwidth
(wchar_t __c) __THROW;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h
386
extern int
wcwidth
(wchar_t __c) __THROW;
Completed in 1349 milliseconds
1
2
3
4
5
6
7
8
9