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

1 2 3 4

  /prebuilts/ndk/9/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);
508 _M_apply(_CharT __ch, false_type) const
512 _M_translator._M_translate(__ch))
517 auto __s = _M_translator._M_transform(__ch);
524 if (_M_traits.isctype(__ch, _M_class_set))
527 _M_traits.transform_primary(&__ch, &__ch+1))
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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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.11-4.6/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.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;
  /external/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...]
  /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/9/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.6/lib/gcc/x86_64-linux/4.6/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.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-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/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
complex 489 _CharT __ch;
490 __is >> __ch;
491 if (__ch == '(')
493 __is >> __re_x >> __ch;
494 if (__ch == ',')
496 __is >> __im_x >> __ch;
497 if (__ch == ')')
502 else if (__ch == ')')
509 __is.putback(__ch);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
complex 489 _CharT __ch;
490 __is >> __ch;
491 if (__ch == '(')
493 __is >> __re_x >> __ch;
494 if (__ch == ',')
496 __is >> __im_x >> __ch;
497 if (__ch == ')')
502 else if (__ch == ')')
509 __is.putback(__ch);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
complex 489 _CharT __ch;
490 __is >> __ch;
491 if (__ch == '(')
493 __is >> __re_x >> __ch;
494 if (__ch == ',')
496 __is >> __im_x >> __ch;
497 if (__ch == ')')
502 else if (__ch == ')')
509 __is.putback(__ch);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
complex 489 _CharT __ch;
490 __is >> __ch;
491 if (__ch == '(')
493 __is >> __re_x >> __ch;
494 if (__ch == ',')
496 __is >> __im_x >> __ch;
497 if (__ch == ')')
502 else if (__ch == ')')
509 __is.putback(__ch);
    [all...]
  /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-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;

Completed in 2167 milliseconds

1 2 3 4