OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isQuote
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderQuote.h
40
virtual bool
isQuote
() const { return true; };
52
ASSERT(!object || object->
isQuote
());
RenderObject.h
254
virtual bool
isQuote
() const { return false; }
[
all
...]
/external/proguard/src/proguard/
WordReader.java
186
else if (
isQuote
(startChar))
321
private boolean
isQuote
(char character)
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Object/
regress-90596-003.js
221
if (!isWhiteSpace(charCode) && !
isQuote
(charCode))
248
function
isQuote
(charCode)
/external/webkit/Source/WebCore/rendering/style/
ContentData.h
54
bool
isQuote
() const { return m_type == CONTENT_QUOTE; }
99
ASSERT(
isQuote
());
/packages/inputmethods/LatinIME/native/src/
correction.cpp
116
inline bool Correction::
isQuote
(const unsigned short c) {
321
if (mNeedsToTraverseAllNodes ||
isQuote
(c)) {
[
all
...]
/external/proguard/lib/
proguard.jar
Completed in 1847 milliseconds