Searched refs:MB_LEN_MAX (Results 1 – 16 of 16) sorted by relevance
/external/libcxx/test/depr/depr.c.headers/ |
D | limits_h.pass.cpp | 38 #ifndef MB_LEN_MAX 39 #error MB_LEN_MAX not defined
|
/external/libcxx/test/language.support/support.limits/c.limits/ |
D | climits.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/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
D | limits.pxd | 6 enum: MB_LEN_MAX
|
/external/libcxx/include/ |
D | climits | 25 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/chromium_org/third_party/libxml/src/ |
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 381 MAX_LOCALE_SEPARATOR_LENGTH = MB_LEN_MAX, 1226 charlen = mblen(&format[index], MB_LEN_MAX); 2494 char buffer[MB_LEN_MAX + 1]; 3095 charlen = mblen(&format[index], MB_LEN_MAX); 5665 char buffer[MB_LEN_MAX + 1]; 6064 charlen = mblen(&format[index], MB_LEN_MAX);
|
/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 385 MAX_LOCALE_SEPARATOR_LENGTH = MB_LEN_MAX, 1230 charlen = mblen(&format[index], MB_LEN_MAX); 2498 char buffer[MB_LEN_MAX + 1]; 3099 charlen = mblen(&format[index], MB_LEN_MAX); 5669 char buffer[MB_LEN_MAX + 1]; 6068 charlen = mblen(&format[index], MB_LEN_MAX);
|
/external/valgrind/main/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 | 1495 extern_type tmp[MB_LEN_MAX]; in do_out() 1600 extern_type tmp[MB_LEN_MAX]; in do_unshift() 1620 if (mbtowc_l(nullptr, nullptr, MB_LEN_MAX, __l) == 0) in do_encoding() 1622 if (__mbtowc_l(nullptr, nullptr, MB_LEN_MAX, __l) == 0) in do_encoding()
|