HomeSort by relevance Sort by last modified time
    Searched refs:MB_LEN_MAX (Results 76 - 90 of 90) sorted by null

1 2 34

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
limits.h 33 #define MB_LEN_MAX 16
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
limits.h 33 #define MB_LEN_MAX 16
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
limits.h 33 #define MB_LEN_MAX 16
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdlib.h 86 /* We would have to include <limits.h> to get a definition of MB_LEN_MAX.
90 #if defined MB_LEN_MAX && MB_LEN_MAX != __STDLIB_MB_LEN_MAX
91 # error "Assumed value of MB_LEN_MAX wrong"
wchar2.h 440 /* We would have to include <limits.h> to get a definition of MB_LEN_MAX.
444 #if defined MB_LEN_MAX && MB_LEN_MAX != __WCHAR_MB_LEN_MAX
445 # error "Assumed value of MB_LEN_MAX wrong"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdlib.h 86 /* We would have to include <limits.h> to get a definition of MB_LEN_MAX.
90 #if defined MB_LEN_MAX && MB_LEN_MAX != __STDLIB_MB_LEN_MAX
91 # error "Assumed value of MB_LEN_MAX wrong"
wchar2.h 440 /* We would have to include <limits.h> to get a definition of MB_LEN_MAX.
444 #if defined MB_LEN_MAX && MB_LEN_MAX != __WCHAR_MB_LEN_MAX
445 # error "Assumed value of MB_LEN_MAX wrong"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdlib.h 86 /* We would have to include <limits.h> to get a definition of MB_LEN_MAX.
90 #if defined MB_LEN_MAX && MB_LEN_MAX != __STDLIB_MB_LEN_MAX
91 # error "Assumed value of MB_LEN_MAX wrong"
wchar2.h 440 /* We would have to include <limits.h> to get a definition of MB_LEN_MAX.
444 #if defined MB_LEN_MAX && MB_LEN_MAX != __WCHAR_MB_LEN_MAX
445 # error "Assumed value of MB_LEN_MAX wrong"
  /external/chromium_org/third_party/libxml/src/
trio.c 65 #if (defined(__STDC_ISO_10646__) || defined(MB_LEN_MAX) \
69 # if !defined(MB_LEN_MAX)
70 # define MB_LEN_MAX 6
381 MAX_LOCALE_SEPARATOR_LENGTH = MB_LEN_MAX,
1226 charlen = mblen(&format[index], MB_LEN_MAX);
    [all...]
  /external/libxml2/
trio.c 65 #if (defined(__STDC_ISO_10646__) || defined(MB_LEN_MAX) \
69 # if !defined(MB_LEN_MAX)
70 # define MB_LEN_MAX 6
381 MAX_LOCALE_SEPARATOR_LENGTH = MB_LEN_MAX,
1226 charlen = mblen(&format[index], MB_LEN_MAX);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 209 unsigned char buf[MB_LEN_MAX];
210 assert (MB_LEN_MAX >= pstr->mb_cur_max);
280 char buf[MB_LEN_MAX];
281 assert (MB_LEN_MAX >= pstr->mb_cur_max);
    [all...]
regcomp.c 329 unsigned char buf[MB_LEN_MAX];
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 227 MB_LEN_MAX = 16
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp     [all...]

Completed in 365 milliseconds

1 2 34