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

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h 108 int __ch; local
135 while ((__ch = (GETC ())) != eof)
137 if (__ch == '\0' || __ch == '\n')
139 UNGETC (__ch);
163 __input_buffer[__current_size++] = __ch;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 108 int __ch; local
135 while ((__ch = (GETC ())) != eof)
137 if (__ch == '\0' || __ch == '\n')
139 UNGETC (__ch);
163 __input_buffer[__current_size++] = __ch;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 108 int __ch; local
135 while ((__ch = (GETC ())) != eof)
137 if (__ch == '\0' || __ch == '\n')
139 UNGETC (__ch);
163 __input_buffer[__current_size++] = __ch;
  /ndk/sources/cxx-stl/llvm-libc++/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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string3.h 78 __NTH (memset (void *__dest, int __ch, size_t __len))
85 return __builtin___memset_chk (__dest, __ch, __len, __bos0 (__dest));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string3.h 78 __NTH (memset (void *__dest, int __ch, size_t __len))
85 return __builtin___memset_chk (__dest, __ch, __len, __bos0 (__dest));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string3.h 78 __NTH (memset (void *__dest, int __ch, size_t __len))
85 return __builtin___memset_chk (__dest, __ch, __len, __bos0 (__dest));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/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.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
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/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 374 * @param __ch The new character.
382 fill(char_type __ch)
385 _M_fill = __ch;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
complex 491 _CharT __ch;
492 __is >> __ch;
493 if (__ch == '(')
495 __is >> __re_x >> __ch;
496 if (__ch == ',')
498 __is >> __im_x >> __ch;
499 if (__ch == ')')
504 else if (__ch == ')')
511 __is.putback(__ch);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
complex 491 _CharT __ch;
492 __is >> __ch;
493 if (__ch == '(')
495 __is >> __re_x >> __ch;
496 if (__ch == ',')
498 __is >> __im_x >> __ch;
499 if (__ch == ')')
504 else if (__ch == ')')
511 __is.putback(__ch);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
complex 491 _CharT __ch;
492 __is >> __ch;
493 if (__ch == '(')
495 __is >> __re_x >> __ch;
496 if (__ch == ',')
498 __is >> __im_x >> __ch;
499 if (__ch == ')')
504 else if (__ch == ')')
511 __is.putback(__ch);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
complex 491 _CharT __ch;
492 __is >> __ch;
493 if (__ch == '(')
495 __is >> __re_x >> __ch;
496 if (__ch == ',')
498 __is >> __im_x >> __ch;
499 if (__ch == ')')
504 else if (__ch == ')')
511 __is.putback(__ch);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_ios.h 380 fill(char_type __ch)
383 _M_fill = __ch;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_ios.h 382 fill(char_type __ch)
385 _M_fill = __ch;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_ios.h 382 fill(char_type __ch)
385 _M_fill = __ch;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 380 fill(char_type __ch)
383 _M_fill = __ch;

Completed in 1325 milliseconds

1 2 3