Searched refs:MB_LEN_MAX (Results 1 – 17 of 17) sorted by relevance
/external/libcxx/test/std/language.support/support.limits/c.limits/ |
D | climits.pass.cpp | 38 #ifndef MB_LEN_MAX 39 #error MB_LEN_MAX not defined
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | limits_h.pass.cpp | 38 #ifndef MB_LEN_MAX 39 #error MB_LEN_MAX not defined
|
/external/clang/lib/Headers/ |
D | limits.h | 75 #ifndef MB_LEN_MAX 76 #define MB_LEN_MAX 1 macro
|
/external/libcxx/include/ |
D | climits | 25 MB_LEN_MAX
|
D | module.modulemap | 119 MB_LEN_MAX
|
/external/clang/test/Headers/ |
D | limits.cpp | 28 _Static_assert(MB_LEN_MAX >= 1, "");
|
/external/libedit/src/ |
D | vis.c | 409 clen = mbtowc(src, mbsrc, MB_LEN_MAX); in istrsenvisx() 478 maxolen = dlen ? *dlen : (wcslen(start) * MB_LEN_MAX + 1); in istrsenvisx()
|
D | read.c | 317 char cbuf[MB_LEN_MAX]; in read_char() 358 if (cbp >= MB_LEN_MAX) { /* "shouldn't happen" */ in read_char()
|
D | terminal.c | 1244 char buf[MB_LEN_MAX +1]; in terminal__putc() 1248 i = ct_encode_char(buf, (size_t)MB_LEN_MAX, c); in terminal__putc()
|
D | vi.c | 1022 #define TMP_BUFSIZ (EL_BUFSIZ * MB_LEN_MAX) in vi_histedit()
|
/external/libedit/examples/ |
D | wtc1.c | 75 mblen = MB_LEN_MAX * len + 1; in complete()
|
/external/libxml2/ |
D | trio.c | 65 #if (defined(__STDC_ISO_10646__) || defined(MB_LEN_MAX) \ 69 # if !defined(MB_LEN_MAX) 70 # define MB_LEN_MAX 6 macro 401 MAX_LOCALE_SEPARATOR_LENGTH = MB_LEN_MAX, 1246 charlen = mblen(&format[index], MB_LEN_MAX); 2514 char buffer[MB_LEN_MAX + 1]; 3115 charlen = mblen(&format[index], MB_LEN_MAX); 5685 char buffer[MB_LEN_MAX + 1]; 6084 charlen = mblen(&format[index], MB_LEN_MAX);
|
/external/libvncserver/common/ |
D | lzodefs.h | 113 #elif 0 && defined(__VERSION) && defined(MB_LEN_MAX) 114 # if (__VERSION == 520) && (MB_LEN_MAX == 1)
|
D | minilzo.c | 133 #elif 0 && defined(__VERSION) && defined(MB_LEN_MAX) 134 # if (__VERSION == 520) && (MB_LEN_MAX == 1)
|
/external/valgrind/coregrind/m_debuginfo/ |
D | lzodefs.h | 114 #elif 0 && defined(__VERSION) && defined(MB_LEN_MAX) 115 # if (__VERSION == 520) && (MB_LEN_MAX == 1)
|
D | minilzo-inl.c | 138 #elif 0 && defined(__VERSION) && defined(MB_LEN_MAX) 139 # if (__VERSION == 520) && (MB_LEN_MAX == 1)
|
/external/libcxx/src/ |
D | locale.cpp | 1578 extern_type tmp[MB_LEN_MAX]; in do_out() 1683 extern_type tmp[MB_LEN_MAX]; in do_unshift() 1703 if (mbtowc_l(nullptr, nullptr, MB_LEN_MAX, __l) == 0) in do_encoding() 1705 if (__mbtowc_l(nullptr, nullptr, MB_LEN_MAX, __l) == 0) in do_encoding()
|