HomeSort by relevance Sort by last modified time
    Searched full:__ch (Results 1 - 25 of 50) sorted by null

1 2

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_compiler.h 175 _M_translate(_CharT __ch) const
178 return _M_traits.translate_nocase(__ch);
180 return _M_traits.translate(__ch);
182 return __ch;
186 _M_transform(_CharT __ch) const
188 return _M_transform_impl(__ch, typename integral_constant<bool,
194 _M_transform_impl(_CharT __ch, false_type) const
195 { return __ch; }
198 _M_transform_impl(_CharT __ch, true_type) const
200 _StrTransT __str = _StrTransT(1, _M_translate(__ch));
    [all...]
regex_compiler.tcc 434 auto __ch = _M_value[0];
441 __matcher._M_make_range(__ch, _M_value[0]);
452 __matcher._M_add_char(__ch);
512 _M_apply(_CharT __ch, false_type) const
516 _M_translator._M_translate(__ch))
521 auto __s = _M_translator._M_transform(__ch);
528 if (_M_traits.isctype(__ch, _M_class_set))
531 _M_traits.transform_primary(&__ch, &__ch+1))
537 if (!_M_traits.isctype(__ch, __it)
    [all...]
regex_executor.h 114 _M_is_word(_CharT __ch) const
118 (__ch, _M_re._M_traits.lookup_classname(__s, __s+1));
regex_scanner.tcc 439 // __ch cound be ':', '.' or '=', _M_current is the char after ']' when
444 _M_eat_class(char __ch)
446 for (_M_value.clear(); _M_current != _M_end && *_M_current != __ch;)
449 || *_M_current++ != __ch
450 || _M_current == _M_end // skip __ch
453 if (__ch == ':')
regex.tcc 398 value(_Ch_type __ch, int __radix) const
400 std::basic_istringstream<char_type> __is(string_type(1, __ch));
460 auto __eat = [&](char __ch) -> bool
462 if (*__next == __ch)
basic_ios.h 376 * @param __ch The new character.
384 fill(char_type __ch)
387 _M_fill = __ch;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string3.h 78 __NTH (memset (void *__dest, int __ch, size_t __len))
81 && (!__builtin_constant_p (__ch) || __ch != 0))
86 return __builtin___memset_chk (__dest, __ch, __len, __bos0 (__dest));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string3.h 77 __NTH (memset (void *__dest, int __ch, size_t __len))
80 && (!__builtin_constant_p (__ch) || __ch != 0))
85 return __builtin___memset_chk (__dest, __ch, __len, __bos0 (__dest));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string3.h 77 __NTH (memset (void *__dest, int __ch, size_t __len))
80 && (!__builtin_constant_p (__ch) || __ch != 0))
85 return __builtin___memset_chk (__dest, __ch, __len, __bos0 (__dest));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regexp.h 109 int __ch; local
137 while ((__ch = (GETC ())) != eof)
139 if (__ch == '\0' || __ch == '\n')
141 UNGETC (__ch);
165 __input_buffer[__current_size++] = __ch;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regexp.h 109 int __ch; local
137 while ((__ch = (GETC ())) != eof)
139 if (__ch == '\0' || __ch == '\n')
141 UNGETC (__ch);
165 __input_buffer[__current_size++] = __ch;
  /external/libcxx/include/
istream 779 _CharT __ch = _Traits::to_char_type(__i);
780 if (__ct.is(__ct.space, __ch))
782 *__s++ = __ch;
954 int_type __ch = get();
955 if (__ch != traits_type::eof())
956 __c = traits_type::to_char_type(__ch);
983 char_type __ch = traits_type::to_char_type(__i);
984 if (traits_type::eq(__ch, __dlm))
986 *__s++ = __ch;
1042 char_type __ch = traits_type::to_char_type(__i)
    [all...]
regex     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
istream 763 _CharT __ch = _Traits::to_char_type(__i);
764 if (__ct.is(__ct.space, __ch))
766 *__s++ = __ch;
938 int_type __ch = get();
939 if (__ch != traits_type::eof())
940 __c = traits_type::to_char_type(__ch);
967 char_type __ch = traits_type::to_char_type(__i);
968 if (traits_type::eq(__ch, __dlm))
970 *__s++ = __ch;
1026 char_type __ch = traits_type::to_char_type(__i)
    [all...]
regex     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
istream 763 _CharT __ch = _Traits::to_char_type(__i);
764 if (__ct.is(__ct.space, __ch))
766 *__s++ = __ch;
938 int_type __ch = get();
939 if (__ch != traits_type::eof())
940 __c = traits_type::to_char_type(__ch);
967 char_type __ch = traits_type::to_char_type(__i);
968 if (traits_type::eq(__ch, __dlm))
970 *__s++ = __ch;
1026 char_type __ch = traits_type::to_char_type(__i)
    [all...]
regex     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
string.h 95 __memset_ichk (void *__dest, int __ch, size_t __len)
97 return __builtin___memset_chk (__dest, __ch, __len, __ssp_bos0 (__dest));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
string.h 95 __memset_ichk (void *__dest, int __ch, size_t __len)
97 return __builtin___memset_chk (__dest, __ch, __len, __ssp_bos0 (__dest));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
string.h 95 __memset_ichk (void *__dest, int __ch, size_t __len)
97 return __builtin___memset_chk (__dest, __ch, __len, __ssp_bos0 (__dest));
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_ios.i 229 fill(char_type __ch);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 376 * @param __ch The new character.
384 fill(char_type __ch)
387 _M_fill = __ch;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.h 376 * @param __ch The new character.
384 fill(char_type __ch)
387 _M_fill = __ch;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_ios.h 376 * @param __ch The new character.
384 fill(char_type __ch)
387 _M_fill = __ch;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
complex 494 _CharT __ch;
495 __is >> __ch;
496 if (__ch == '(')
498 __is >> __re_x >> __ch;
499 if (__ch == ',')
501 __is >> __im_x >> __ch;
502 if (__ch == ')')
507 else if (__ch == ')')
514 __is.putback(__ch);
    [all...]

Completed in 2363 milliseconds

1 2