/external/bison/lib/ |
mbswidth.c | 96 mbstate_t mbstate; local 97 memset (&mbstate, 0, sizeof mbstate); 104 bytes = mbrtowc (&wc, p, plimit - p, &mbstate); 160 while (! mbsinit (&mbstate));
|
quotearg.c | 532 mbstate_t mbstate; local 533 memset (&mbstate, 0, sizeof mbstate); 544 argsize - (i + m), &mbstate); 586 while (! mbsinit (&mbstate));
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 95 mbstate_t mbstate; 100 #define SIZEOF_LINE offsetof (struct line, mbstate) 257 size_t n = MBRLEN (string, length, &to->mbstate); 262 memset (&to->mbstate, 0, sizeof (to->mbstate)); 298 MEMCPY (&from_stat, &to->mbstate, sizeof(mbstate_t)); 307 memset (&to->mbstate, 0, sizeof (from_stat)); 331 n = WCRTOMB (to->active + to->length, wc, &to->mbstate); 344 n = WCRTOMB (to->active + to->length, wc, &to->mbstate); 404 memcpy (&buf->mbstate, &state->mbstate, sizeof (buf->mbstate)) 94 mbstate_t mbstate; member in struct:line 1673 mbstate_t mbstate; local [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
quotearg.c | 450 mbstate_t mbstate; local 451 memset (&mbstate, 0, sizeof mbstate); 462 argsize - (i + m), &mbstate); 504 while (! mbsinit (&mbstate));
|
/external/stlport/test/unit/ |
codecvt_test.cpp | 158 //Access the mbstate information in a portable way:
|
/ndk/tests/device/test-gnustl-full/unit/ |
codecvt_test.cpp | 158 //Access the mbstate information in a portable way:
|
/ndk/tests/device/test-stlport/unit/ |
codecvt_test.cpp | 158 //Access the mbstate information in a portable way:
|
/ndk/sources/host-tools/sed-4.2.1/ |
ChangeLog | 715 * sed/execute.c (struct line): Add mbstate field. 716 (str_append): Keep mbstate up to date. 718 (line_init): Initialize mbstate. 719 (line_copy): Copy mbstate. 720 (line_append): Copy mbstate. [all...] |
/bionic/libc/ |
Android.mk | 137 bionic/mbstate.cpp \ [all...] |
/development/ndk/platforms/android-L/arch-arm/lib/ |
libc.a | [all...] |
/development/ndk/platforms/android-L/arch-arm64/lib/ |
libc.a | [all...] |
/development/ndk/platforms/android-L/arch-mips/lib/ |
libc.a | [all...] |
/development/ndk/platforms/android-L/arch-mips64/lib64/ |
libc.a | [all...] |
/development/ndk/platforms/android-L/arch-x86/lib/ |
libc.a | [all...] |
/development/ndk/platforms/android-L/arch-x86_64/lib64/ |
libc.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/ |
libc-2.11.1.so | |
libc.so.6 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libc-2.11.1.so | |
libc.so.6 | |
/prebuilts/misc/linux-x86/bison/ |
bison | |
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/lib/ |
libc.a | [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/lib64/ |
libc.a | [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/lib64/ |
libc.a | [all...] |
/prebuilts/sdk/renderscript/lib/arm/ |
libc.so | |
/prebuilts/sdk/renderscript/lib/x86/ |
libc.so | |