Searched refs:getEnd (Results 1 – 2 of 2) sorted by relevance
113 const char* end = getEnd(); in peekRemainderOfLine()129 const char* end = getEnd(); in nextToken()145 const char* end = getEnd(); in nextLine()159 const char* end = getEnd(); in skipDelimiters()
57 inline bool isEof() const { return mCurrent == getEnd(); } in isEof()130 inline const char* getEnd() const { return mBuffer + mLength; } in getEnd() function