HomeSort by relevance Sort by last modified time
    Searched refs:__mb_cur_max (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 189 #ifndef __mb_cur_max
191 extern int __mb_cur_max;
192 #define __mb_cur_max __mb_cur_max macro
194 extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
195 #define __mb_cur_max (* __MINGW_IMP_SYMBOL(__mb_cur_max)) macro
198 #define ___mb_cur_max_func() (__mb_cur_max)
stdlib.h 100 #ifndef __mb_cur_max
102 extern int __mb_cur_max;
103 #define __mb_cur_max __mb_cur_max macro
105 extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
106 #define __mb_cur_max (* __MINGW_IMP_SYMBOL(__mb_cur_max)) macro
109 #define ___mb_cur_max_func() (__mb_cur_max)
  /external/libcxx/include/support/solaris/
xlocale.h 35 size_t __mb_cur_max(locale_t l);
36 #define MB_CUR_MAX_L(l) __mb_cur_max(l)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 35 size_t __mb_cur_max(locale_t l);
36 #define MB_CUR_MAX_L(l) __mb_cur_max(l)
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 35 size_t __mb_cur_max(locale_t l);
36 #define MB_CUR_MAX_L(l) __mb_cur_max(l)
  /external/libcxx/src/support/solaris/
xlocale.c 29 size_t __mb_cur_max(locale_t __l) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 29 size_t __mb_cur_max(locale_t __l) { function

Completed in 140 milliseconds