Home
last modified time | relevance | path

Searched refs:__ct (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/include/
Dlocale245 // __ct is used to force to lower case before comparing characters.
255 const _Ctype& __ct, ios_base::iostate& __err,
294 __c = __ct.toupper(__c);
309 __kc = __ct.toupper(__kc);
379 static int __stage2_float_loop(_CharT __ct, bool& __in_units, char& __exp,
386 static int __stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end,
405 static int __stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end,
455 __num_get<_CharT>::__stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end,
459 __num_get<_CharT>::__stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end,
465 if (__a_end == __a && (__ct == __atoms[24] || __ct == __atoms[25]))
[all …]
Distream322 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
326 if (!__ct.is(__ct.space, *__i))
533 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
544 if (__ct.is(__ct.space, __ch))
1232 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
1241 if (!__ct.is(__ct.space, _Traits::to_char_type(__i)))
1346 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
1357 if (__ct.is(__ct.space, __ch))
1471 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
1474 _CharT __zero = __ct.widen('0');
[all …]
/external/u-boot/arch/sh/include/asm/
Dstring.h59 static inline int strcmp(const char *__cs, const char *__ct) in strcmp() argument
77 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strcmp()
78 : "0" (__cs), "1" (__ct) in strcmp()
85 extern int strncmp(const char *__cs, const char *__ct, size_t __n);
/external/u-boot/arch/mips/include/asm/
Dstring.h22 extern int strcmp(__const__ char *__cs, __const__ char *__ct);
25 extern int strncmp(__const__ char *__cs, __const__ char *__ct, __kernel_size_t __count);