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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 202 #define _chvalidchk_l(_Char,_Flag,_Locale) (!_Locale ? __chvalidchk(_Char,_Flag) : ((_locale_t)_Locale)->locinfo->pctype[_Char] & (_Flag))
203 #define _ischartype_l(_Char,_Flag,_Locale) (((_Locale)!=NULL && (((_locale_t)(_Locale))->locinfo->mb_cur_max) > 1) ? _isctype_l(_Char,(_Flag),_Locale) : _chvalidchk_l(_Char,_Flag,_Locale))
204 #define _isalpha_l(_Char,_Locale) _ischartype_l(_Char,_ALPHA,_Locale)
205 #define _isupper_l(_Char,_Locale) _ischartype_l(_Char,_UPPER,_Locale
    [all...]
mbstring.h 133 static inline unsigned char *__cdecl _mbschr(unsigned char *_String,unsigned int _Char) { return ((unsigned char *)_mbschr((const unsigned char *)_String,_Char)); }
134 static inline unsigned char *__cdecl _mbschr_l(unsigned char *_String,unsigned int _Char,_locale_t _Locale) { return ((unsigned char *)_mbschr_l((const unsigned char *)_String,_Char,_Locale)); }
137 static inline unsigned char *__cdecl _mbsrchr(unsigned char *_String,unsigned int _Char) { return ((unsigned char *)_mbsrchr((const unsigned char *)_String,_Char)); }
138 static inline unsigned char *__cdecl _mbsrchr_l(unsigned char *_String,unsigned int _Char,_locale_t _Locale) { return ((unsigned char *)_mbsrchr_l((const unsigned char *)_String,_Char,_Locale)); }
tchar.h 445 #define _istlegal(_Char) (1)
446 #define _istlead(_Char) (0)
447 #define _istleadbyte(_Char) (0)
448 #define _istleadbyte_l(_Char,_Locale) (0)
1027 #define _istlead(_Char) (0)
1028 #define _istleadbyte(_Char) (0)
1029 #define _istleadbyte_l(_Char,_Locale) (0)
  /external/stlport/src/
messages.cpp 34 typedef char _Char;
36 typedef wchar_t _Char;
39 typedef ctype<_Char> wctype;
  /ndk/sources/cxx-stl/stlport/src/
messages.cpp 34 typedef char _Char;
36 typedef wchar_t _Char;
39 typedef ctype<_Char> wctype;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
locale_classes.h 254 template<typename _Char, typename _Traits, typename _Alloc>
256 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
257 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 251 * @return True if collate<_Char> facet compares __s1 < __s2, else false.
253 template<typename _Char, typename _Traits, typename _Alloc>
255 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
256 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_classes.h 251 * @return True if collate<_Char> facet compares __s1 < __s2, else false.
253 template<typename _Char, typename _Traits, typename _Alloc>
255 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
256 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 251 template<typename _Char, typename _Traits, typename _Alloc>
253 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
254 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 251 template<typename _Char, typename _Traits, typename _Alloc>
253 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
254 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 251 template<typename _Char, typename _Traits, typename _Alloc>
253 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
254 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_classes.h 251 template<typename _Char, typename _Traits, typename _Alloc>
253 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
254 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 254 template<typename _Char, typename _Traits, typename _Alloc>
256 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
257 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 253 * @return True if collate<_Char> facet compares __s1 < __s2, else false.
255 template<typename _Char, typename _Traits, typename _Alloc>
257 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
258 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 254 template<typename _Char, typename _Traits, typename _Alloc>
256 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
257 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 253 * @return True if collate<_Char> facet compares __s1 < __s2, else false.
255 template<typename _Char, typename _Traits, typename _Alloc>
257 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
258 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_classes.h 251 * @return True if collate<_Char> facet compares __s1 < __s2, else false.
253 template<typename _Char, typename _Traits, typename _Alloc>
255 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
256 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_classes.h 251 * @return True if collate<_Char> facet compares __s1 < __s2, else false.
253 template<typename _Char, typename _Traits, typename _Alloc>
255 operator()(const basic_string<_Char, _Traits, _Alloc>& __s1,
256 const basic_string<_Char, _Traits, _Alloc>& __s2) const;

Completed in 1286 milliseconds