/ndk/sources/android/support/ |
Android.mk | 15 src/musl-multibyte/btowc.c \ 16 src/musl-multibyte/internal.c \ 17 src/musl-multibyte/mblen.c \ 18 src/musl-multibyte/mbrlen.c \ 19 src/musl-multibyte/mbrtowc.c \ 20 src/musl-multibyte/mbsinit.c \ 21 src/musl-multibyte/mbsnrtowcs.c \ 22 src/musl-multibyte/mbsrtowcs.c \ 23 src/musl-multibyte/mbstowcs.c \ 24 src/musl-multibyte/mbtowc.c [all...] |
README | 9 - multibyte support (using UTF-8 as the only supported multibyte encoding). 18 src/musl-multibyte
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
string.in.h | 163 /* strchr() does not work with multibyte strings if the locale encoding is 168 "in some multibyte locales - " \ 239 Even in this simple case, it does not work with multibyte strings if the 245 "in multibyte locales - " \ 258 Even in this simple case, it does not work with multibyte strings if the 264 "in multibyte locales - " \ 278 Even in this simple case, it cannot work with multibyte strings. */ 282 "in multibyte locales - " \ 288 /* strrchr() does not work with multibyte strings if the locale encoding is 293 "in some multibyte locales - " [all...] |
mbrlen.c | 1 /* Recognize multibyte character.
|
wcrtomb.c | 1 /* Convert wide character to multibyte character.
|
/external/bison/lib/ |
mbuiter.h | 1 /* Iterating through multibyte strings: macros for multi-byte encodings. 39 - Handling of invalid multibyte sequences is possible without 41 invalid multibyte sequences. 47 that only the first few multibyte characters need to be inspected. 58 returns true if there are more multibyte characters available before 60 initialized to the next multibyte character. 63 advances the iterator by one multibyte character. 66 returns the current multibyte character, of type mbchar_t. All the 70 return a pointer to the beginning of the current multibyte character. 155 /* An invalid multibyte sequence was encountered. * [all...] |
mbswidth.c | 41 /* Returns the number of columns needed to represent the multibyte 45 the multibyte analogue of the wcswidth function. */ 52 /* Returns the number of columns needed to represent the multibyte 94 /* If we have a multibyte sequence, scan it up to its end. */ 107 /* An invalid multibyte sequence was encountered. */ 120 /* An incomplete multibyte character at the end. */ 138 /* A printable multibyte character. */ 145 /* An unprintable multibyte character. */
|
string.in.h | 298 /* strchr() does not work with multibyte strings if the locale encoding is 303 "in some multibyte locales - " 454 Even in this simple case, it does not work with multibyte strings if the 460 "in multibyte locales - " 487 Even in this simple case, it does not work with multibyte strings if the 492 "in multibyte locales - " 505 Even in this simple case, it cannot work with multibyte strings. */ 509 "in multibyte locales - " 514 /* strrchr() does not work with multibyte strings if the locale encoding is 519 "in some multibyte locales - [all...] |
mbschr.c | 32 part of multibyte characters longer than 1 byte. Hence, if c < 0x30,
|
mbsrchr.c | 32 part of multibyte characters longer than 1 byte. Hence, if c < 0x30,
|
/external/bison/m4/ |
mbsinit.m4 | 39 dnl states produced by mbrtowc() for an incomplete multibyte character 40 dnl in multibyte locales.
|
/external/bison/darwin-lib/ |
string.h | 610 /* strchr() does not work with multibyte strings if the locale encoding is 615 "in some multibyte locales - " 766 Even in this simple case, it does not work with multibyte strings if the 772 "in multibyte locales - " 799 Even in this simple case, it does not work with multibyte strings if the 804 "in multibyte locales - " 817 Even in this simple case, it cannot work with multibyte strings. */ 821 "in multibyte locales - " 826 /* strrchr() does not work with multibyte strings if the locale encoding is 831 "in some multibyte locales - [all...] |
/external/bison/linux-lib/ |
string.h | 610 /* strchr() does not work with multibyte strings if the locale encoding is 615 "in some multibyte locales - " 766 Even in this simple case, it does not work with multibyte strings if the 772 "in multibyte locales - " 799 Even in this simple case, it does not work with multibyte strings if the 804 "in multibyte locales - " 817 Even in this simple case, it cannot work with multibyte strings. */ 821 "in multibyte locales - " 826 /* strrchr() does not work with multibyte strings if the locale encoding is 831 "in some multibyte locales - [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
stringprintf_unittest.cc | 88 TEST(StringPrintfTest, Multibyte) { 89 // If we are in multibyte mode and feed invalid multibyte sequence, 95 // Push locale with multibyte mode 122 // No multibyte handling, but the string contains funny chars.
|
/external/chromium_org/chromeos/dbus/ibus/ |
ibus_text.h | 107 // 3rd value: the start index of this attribute in multibyte. 108 // 4th value: the end index of this attribute in multibyte. 114 // 3rd value: the start index of this attribute in multibyte. 115 // 4th value: the end index of this attribute in multibyte.
|
/ndk/build/tools/ |
build-cxx-stl.sh | 234 ../../android/support/src/musl-multibyte/btowc.c \ 235 ../../android/support/src/musl-multibyte/internal.c \ 236 ../../android/support/src/musl-multibyte/mblen.c \ 237 ../../android/support/src/musl-multibyte/mbrlen.c \ 238 ../../android/support/src/musl-multibyte/mbrtowc.c \ 239 ../../android/support/src/musl-multibyte/mbsinit.c \ 240 ../../android/support/src/musl-multibyte/mbsnrtowcs.c \ 241 ../../android/support/src/musl-multibyte/mbsrtowcs.c \ 242 ../../android/support/src/musl-multibyte/mbstowcs.c \ 243 ../../android/support/src/musl-multibyte/mbtowc.c [all...] |
/external/zlib/src/contrib/vstudio/vc10/ |
minizip.vcxproj | 36 <CharacterSet>MultiByte</CharacterSet>
40 <CharacterSet>MultiByte</CharacterSet>
44 <CharacterSet>MultiByte</CharacterSet>
48 <CharacterSet>MultiByte</CharacterSet>
52 <CharacterSet>MultiByte</CharacterSet>
56 <CharacterSet>MultiByte</CharacterSet>
|
/external/chromium_org/third_party/angle_dx11/samples/gles2_book/Stencil_Test/ |
Stencil_Test.vcxproj | 20 <CharacterSet>MultiByte</CharacterSet>
25 <CharacterSet>MultiByte</CharacterSet>
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/ |
d3d10tri.vcxproj | 22 <CharacterSet>MultiByte</CharacterSet>
28 <CharacterSet>MultiByte</CharacterSet>
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
d3d11gears.vcxproj | 22 <CharacterSet>MultiByte</CharacterSet>
28 <CharacterSet>MultiByte</CharacterSet>
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/ |
d3d11spikysphere.vcxproj | 22 <CharacterSet>MultiByte</CharacterSet>
28 <CharacterSet>MultiByte</CharacterSet>
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/ |
d3d11tex.vcxproj | 22 <CharacterSet>MultiByte</CharacterSet>
28 <CharacterSet>MultiByte</CharacterSet>
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/ |
d3d11tri.vcxproj | 22 <CharacterSet>MultiByte</CharacterSet>
28 <CharacterSet>MultiByte</CharacterSet>
|
/external/chromium_org/content/child/npapi/ |
plugin_stream_win.cc | 43 // The case which will fail is if a user has a multibyte name,
|
/external/chromium_org/third_party/icu/source/tools/icupkg/ |
icupkg.vcxproj | 29 <CharacterSet>MultiByte</CharacterSet>
34 <CharacterSet>MultiByte</CharacterSet>
39 <CharacterSet>MultiByte</CharacterSet>
44 <CharacterSet>MultiByte</CharacterSet>
|