Home
last modified time | relevance | path

Searched refs:isQuote (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/
DWordReader.java186 else if (isQuote(startChar)) in nextWord()
321 private boolean isQuote(char character) in isQuote() method in WordReader
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Object/
Dregress-90596-003.js221 if (!isWhiteSpace(charCode) && !isQuote(charCode))
248 function isQuote(charCode) function