Searched defs:isQuote (Results 1 – 5 of 5) sorted by relevance
45 virtual bool isQuote() const OVERRIDE { return true; }; in isQuote() function
323 virtual bool isQuote() const { return false; } in isQuote() function
51 virtual bool isQuote() const { return false; } in isQuote() function165 virtual bool isQuote() const OVERRIDE { return true; } in isQuote() function
321 private boolean isQuote(char character) in isQuote() method in WordReader
443 static bool isQuote(char C) { in isQuote() function