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

1 2

  /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;
  /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.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.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/i686-linux/include/c++/4.6.x-google/bits/
basic_ios.h 382 fill(char_type __ch)
385 _M_fill = __ch;
regex.h 249 value(_Ch_type __ch, int __radix) const;
320 value(_Ch_type __ch, int __radix) const
322 std::basic_istringstream<_Ch_type> __is(string_type(1, __ch));
    [all...]
  /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/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/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/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/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;
regex.h 249 value(_Ch_type __ch, int __radix) const;
320 value(_Ch_type __ch, int __radix) const
322 std::basic_istringstream<_Ch_type> __is(string_type(1, __ch));
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 380 fill(char_type __ch)
383 _M_fill = __ch;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 380 fill(char_type __ch)
383 _M_fill = __ch;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 380 fill(char_type __ch)
383 _M_fill = __ch;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_ios.h 380 fill(char_type __ch)
383 _M_fill = __ch;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 382 fill(char_type __ch)
385 _M_fill = __ch;
regex.h 249 value(_Ch_type __ch, int __radix) const;
320 value(_Ch_type __ch, int __radix) const
322 std::basic_istringstream<_Ch_type> __is(string_type(1, __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;
regex.h 242 * @param __ch a character representing a digit.
246 * @returns the value represented by the digit __ch in base radix if the
247 * character __ch is a valid digit in base radix; otherwise returns -1.
250 value(_Ch_type __ch, int __radix) const;
321 value(_Ch_type __ch, int __radix) const
323 std::basic_istringstream<_Ch_type> __is(string_type(1, __ch));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 382 fill(char_type __ch)
385 _M_fill = __ch;
  /prebuilts/ndk/9/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_ios.h 376 * @param __ch The new character.
384 fill(char_type __ch)
387 _M_fill = __ch;

Completed in 1370 milliseconds

1 2