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

  /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
  /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)

Completed in 1626 milliseconds