HomeSort by relevance Sort by last modified time
    Searched full:quotemark (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/html/parser/
HTMLMetaCharsetParser.cpp 81 char quoteMark = 0;
83 quoteMark = static_cast<char>(value[pos++]);
84 ASSERT(!(quoteMark & 0x80));
91 while (end < length && ((quoteMark && value[end] != quoteMark) || (!quoteMark && value[end] > ' ' && value[end] != '"' && value[end] != '\'' && value[end] != ';')))
94 if (quoteMark && (end == length))
  /external/webkit/Source/WebCore/loader/
TextResourceDecoder.cpp 365 char quoteMark = str[pos];
366 if (quoteMark != '"' && quoteMark != '\'')
372 while (end < len && str[end] != quoteMark)
  /external/libvpx/libvpx/examples/includes/geshi/
geshi.php     [all...]
  /external/chromium/net/http/
http_util.cc 736 // accept values with missing close quotemark (http://crbug.com/39836):
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
langcheck.php 578 report_error(TYPE_NOTICE, "Language file contains an superfluous \$language_data['STYLES']['STRINGS'] specification for non-existing quotemark key $sk!");
    [all...]
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 306 char quoteMark = quote == doubleQ ? '"' : '\'';
310 quote = strchr(quote + 1, quoteMark);
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/docs/
geshi-doc.txt     [all...]

Completed in 270 milliseconds