Home
last modified time | relevance | path

Searched defs:quote (Results 1 – 25 of 67) sorted by relevance

123

/external/apache-http/src/org/apache/http/message/
DHeaderValueFormatter.java77 boolean quote) in formatElements()
96 boolean quote) in formatHeaderElement()
118 boolean quote) in formatParameters()
137 boolean quote) in formatNameValuePair()
DBasicHeaderValueFormatter.java98 final boolean quote, in formatElements()
109 final boolean quote) { in formatElements()
167 boolean quote, in formatHeaderElement()
178 final boolean quote) { in formatHeaderElement()
255 final boolean quote, in formatParameters()
266 boolean quote) { in formatParameters()
323 final boolean quote, in formatNameValuePair()
334 final boolean quote) { in formatNameValuePair()
391 boolean quote) { in doFormatValue()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderQuote.cpp34 RenderQuote::RenderQuote(Document* node, QuoteType quote) in RenderQuote()
334 for (RenderQuote* quote = this; quote; quote = quote->m_next) in attachQuote() local
356 for (RenderQuote* quote = m_next; quote; quote = quote->m_next) in detachQuote() local
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
Dxml.rb15 def quote(text) singletonMethod in XMLLexerTest
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DContentData.h162 QuoteType quote() const { return m_quote; } in quote() function
163 void setQuote(QuoteType quote) { m_quote = quote; } in setQuote()
176 QuoteContentData(QuoteType quote) in QuoteContentData()
DContentData.cpp50 PassOwnPtr<ContentData> ContentData::create(QuoteType quote) in create()
/external/chromium_org/native_client_sdk/src/tools/
Dquote.py8 def quote(input_str, specials, escape='\\'): function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSTokenizer-in.cpp354 static inline CharacterType* checkAndSkipString(CharacterType* currentCharacter, int quote) in checkAndSkipString()
493 … CSSTokenizer::parseStringInternal(SrcCharacterType*& src, DestCharacterType*& result, UChar quote) in parseStringInternal()
528 … void CSSTokenizer::parseString(CharacterType*& result, CSSParserString& resultString, UChar quote) in parseString()
553 inline bool CSSTokenizer::findURI(CharacterType*& start, CharacterType*& end, UChar& quote) in findURI()
584 … bool CSSTokenizer::parseURIInternal(SrcCharacterType*& src, DestCharacterType*& dest, UChar quote) in parseURIInternal()
610 UChar quote; in parseURI() local
/external/chromium_org/third_party/icu/source/tools/pkgdata/
Dpkgtypes.c27 …kg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quote) in pkg_writeCharListWrap()
73 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quote) in pkg_writeCharList()
/external/icu4c/tools/pkgdata/
Dpkgtypes.c27 …kg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quote) in pkg_writeCharListWrap()
73 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quote) in pkg_writeCharList()
/external/icu4c/test/intltest/
Dtokiter.cpp71 UChar quote = 0; in nextToken() local
/external/chromium_org/third_party/icu/source/test/intltest/
Dtokiter.cpp70 UChar quote = 0; in nextToken() local
/external/chromium_org/third_party/WebKit/Source/platform/
DContentType.cpp50 size_t quote = strippedType.find('\"', start + 1); in parameter() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dshell.js66 function tokenString(quote) { argument
Dcss.js77 function tokenString(quote, nonInclusive) { argument
/external/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp80 char quote = *pos; in parseCommand() local
/external/clang/utils/
DFuzzTest98 def quote(str): function
/external/oprofile/libpopt/
Dpoptparse.c60 char quote = '\0'; in poptParseArgvString() local
/external/qemu/
Dgen-charmap.py75 def quote(s): function
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/
Djson2.js209 function quote(string) { function
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
DXMPPathParser.java280 char quote = pos.path.charAt(pos.stepEnd); in parseIndexSegment() local
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DUtils.java134 char quote = selector.charAt(pos); in splitNameAndValue() local
/external/bison/src/
Dgraphviz.c36 quote (char const *name) in quote() function
/external/oprofile/libop/
Dop_xml_out.c179 char *quote; in xml_quote() local
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DAVT.java272 String quote = lookahead; in AVT() local

123