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

1 2 3 4

  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.unformatted/
unget.pass.cpp 12 // basic_istream<charT,traits>& unget();
49 is.unget();
52 is.unget();
55 is.unget();
58 is.unget();
68 is.unget();
71 is.unget();
74 is.unget();
77 is.unget();
  /external/smack/src/org/xbill/DNS/
ISDNRecord.java 61 st.unget();
NXTRecord.java 69 st.unget();
TXTBase.java 76 st.unget();
NSEC3PARAMRecord.java 103 st.unget();
TypeBitmap.java 75 st.unget();
Master.java 234 st.unget();
300 st.unget();
NSEC3Record.java 147 st.unget();
APLRecord.java 230 st.unget();
LOCRecord.java 143 st.unget();
Tokenizer.java 355 unget() { method in class:Tokenizer
358 ("Cannot unget multiple tokens");
571 unget(); method
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 101 // Store the gotten character in case we need to unget it.
112 // Check if the unget or putback was requested
113 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 111 // Store the gotten character in case we need to unget it.
122 // Check if the unget or putback was requested
123 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 111 // Store the gotten character in case we need to unget it.
122 // Check if the unget or putback was requested
123 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 101 // Store the gotten character in case we need to unget it.
112 // Check if the unget or putback was requested
113 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 101 // Store the gotten character in case we need to unget it.
112 // Check if the unget or putback was requested
113 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 101 // Store the gotten character in case we need to unget it.
112 // Check if the unget or putback was requested
113 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_sync_filebuf.h 101 // Store the gotten character in case we need to unget it.
112 // Check if the unget or putback was requested
113 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 111 // Store the gotten character in case we need to unget it.
122 // Check if the unget or putback was requested
123 if (traits_type::eq_int_type(__c, __eof)) // unget
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 111 // Store the gotten character in case we need to unget it.
122 // Check if the unget or putback was requested
123 if (traits_type::eq_int_type(__c, __eof)) // unget
  /external/icu4c/common/
rbbiscan.h 67 UBool push(const RBBIRuleChar &c); // Push (unget) one character.
  /external/stlport/stlport/stl/
_istream.h 158 _Self& unget();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.h 158 _Self& unget();
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_istream.h 158 _Self& unget();
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istream.h 158 _Self& unget();

Completed in 1780 milliseconds

1 2 3 4