Home
last modified time | relevance | path

Searched refs:MB_LEN_MAX (Results 1 – 16 of 16) sorted by relevance

/external/libcxx/test/depr/depr.c.headers/
Dlimits_h.pass.cpp38 #ifndef MB_LEN_MAX
39 #error MB_LEN_MAX not defined
/external/libcxx/test/language.support/support.limits/c.limits/
Dclimits.pass.cpp38 #ifndef MB_LEN_MAX
39 #error MB_LEN_MAX not defined
/external/clang/lib/Headers/
Dlimits.h75 #ifndef MB_LEN_MAX
76 #define MB_LEN_MAX 1 macro
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
Dlimits.pxd6 enum: MB_LEN_MAX
/external/libcxx/include/
Dclimits25 MB_LEN_MAX
/external/clang/test/Headers/
Dlimits.cpp28 _Static_assert(MB_LEN_MAX >= 1, "");
/external/libedit/src/
Dvis.c409 clen = mbtowc(src, mbsrc, MB_LEN_MAX); in istrsenvisx()
478 maxolen = dlen ? *dlen : (wcslen(start) * MB_LEN_MAX + 1); in istrsenvisx()
Dread.c317 char cbuf[MB_LEN_MAX]; in read_char()
358 if (cbp >= MB_LEN_MAX) { /* "shouldn't happen" */ in read_char()
Dterminal.c1244 char buf[MB_LEN_MAX +1]; in terminal__putc()
1248 i = ct_encode_char(buf, (size_t)MB_LEN_MAX, c); in terminal__putc()
Dvi.c1022 #define TMP_BUFSIZ (EL_BUFSIZ * MB_LEN_MAX) in vi_histedit()
/external/libedit/examples/
Dwtc1.c75 mblen = MB_LEN_MAX * len + 1; in complete()
/external/chromium_org/third_party/libxml/src/
Dtrio.c65 #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/
Dtrio.c65 #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/
Dlzodefs.h114 #elif 0 && defined(__VERSION) && defined(MB_LEN_MAX)
115 # if (__VERSION == 520) && (MB_LEN_MAX == 1)
Dminilzo-inl.c138 #elif 0 && defined(__VERSION) && defined(MB_LEN_MAX)
139 # if (__VERSION == 520) && (MB_LEN_MAX == 1)
/external/libcxx/src/
Dlocale.cpp1495 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()