Home
last modified time | relevance | path

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

1234

/external/apache-http/src/org/apache/http/message/
DBasicHeaderValueFormatter.java103 final boolean quote, in formatElements()
114 final boolean quote) { in formatElements()
172 boolean quote, in formatHeaderElement()
183 final boolean quote) { in formatHeaderElement()
260 final boolean quote, in formatParameters()
271 boolean quote) { in formatParameters()
328 final boolean quote, in formatNameValuePair()
339 final boolean quote) { in formatNameValuePair()
396 boolean quote) { in doFormatValue()
DHeaderValueFormatter.java82 boolean quote) in formatElements()
101 boolean quote) in formatHeaderElement()
123 boolean quote) in formatParameters()
142 boolean quote) in formatNameValuePair()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderQuote.cpp34 RenderQuote::RenderQuote(Document* node, QuoteType quote) in RenderQuote()
341 for (RenderQuote* quote = this; quote; quote = quote->m_next) in attachQuote() local
363 for (RenderQuote* quote = m_next; quote; quote = quote->m_next) in detachQuote() local
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSTokenizer-in.cpp362 static inline CharacterType* checkAndSkipString(CharacterType* currentCharacter, int quote, CheckSt… in checkAndSkipString()
522 size_t CSSTokenizer::peekMaxStringLen(SrcCharacterType* src, UChar quote) in peekMaxStringLen()
534 … CSSTokenizer::parseStringInternal(SrcCharacterType*& src, DestCharacterType*& result, UChar quote) in parseStringInternal()
567 … void CSSTokenizer::parseString(CharacterType*& result, CSSParserString& resultString, UChar quote) in parseString()
592 inline bool CSSTokenizer::findURI(CharacterType*& start, CharacterType*& end, UChar& quote) in findURI()
623 inline size_t CSSTokenizer::peekMaxURILen(SrcCharacterType* src, UChar quote) in peekMaxURILen()
646 … bool CSSTokenizer::parseURIInternal(SrcCharacterType*& src, DestCharacterType*& dest, UChar quote) in parseURIInternal()
672 UChar quote; in parseURI() 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.h171 QuoteType quote() const { return m_quote; } in quote() function
172 void setQuote(QuoteType quote) { m_quote = quote; } in setQuote()
185 QuoteContentData(QuoteType quote) in QuoteContentData()
DContentData.cpp50 PassOwnPtr<ContentData> ContentData::create(QuoteType quote) in create()
/external/chromium_org/native_client_sdk/src/tools/lib/
Dquote.py8 def quote(input_str, specials, escape='\\'): function
/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/icu/icu4c/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/icu/icu4c/source/test/intltest/
Dtokiter.cpp71 UChar quote = 0; in nextToken() local
/external/chromium_org/third_party/icu/source/test/intltest/
Dtokiter.cpp71 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.js84 function tokenString(quote) { argument
/external/libcxx/test/input.output/iostream.format/quoted.manip/
Dquoted.pass.cpp79 std::string quote ( const char *p, char delim='"', char escape='\\' ) { in quote() function
149 std::wstring quote ( const wchar_t *p, wchar_t delim='"', wchar_t escape='\\' ) { in quote() function
/external/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp90 char quote = *pos; in parseCommand() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPUnitDebuggeeProcessWrapper.java214 char quote = cmd.charAt(p++); in splitCommandLine() local
/external/clang/utils/
DFuzzTest98 def quote(str): function
/external/chromium_org/v8/test/webkit/resources/
Djson2-es5-compat.js204 function quote(string) { function
/external/oprofile/libpopt/
Dpoptparse.c60 char quote = '\0'; in poptParseArgvString() local
/external/qemu/
Dgen-charmap.py75 def quote(s): function
/external/chromium_org/chrome/browser/resources/
Dabout_invalidations.js21 function quote(str) { function
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/
Djson2.js209 function quote(string) { function
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dchromevox_json.js83 function quote(string) { function
/external/lldb/source/Core/
DInputReader.cpp149 char quote = '\0'; in HandleRawBytes() local

1234