Searched refs:getEnd (Results 1 – 2 of 2) sorted by relevance
117 const char* end = getEnd(); in peekRemainderOfLine()133 const char* end = getEnd(); in nextToken()149 const char* end = getEnd(); in nextLine()163 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