HomeSort by relevance Sort by last modified time
    Searched defs:isEof (Results 1 - 5 of 5) sorted by null

  /frameworks/base/include/utils/
Tokenizer.h 47 inline bool isEof() const { return mCurrent == getEnd(); }
52 inline bool isEol() const { return isEof() || *mCurrent == '\n'; }
74 inline char peekChar() const { return isEof() ? '\0' : *mCurrent; }
85 inline char nextChar() { return isEof() ? '\0' : *(mCurrent++); }
  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp 746 bool isEof() const { return m_position >= m_length; }
1052 while (!m_reader.isEof()) {
    [all...]
  /external/svox/pico/lib/
picoos.c     [all...]
  /prebuilt/common/http-client/
httpcore-4.1.jar 
httpclient-4.1.1.jar 

Completed in 4712 milliseconds