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

  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeValue.java 36 public String escapedString;
56 this.escapedString = makeEscaped(rawString);
73 this.escapedString = makeEscaped(rawString);
76 this.escapedString = hexString;
93 this.escapedString = hexString;
96 this.escapedString = makeEscaped(rawString);
AttributeTypeAndValue.java 242 if (value.escapedString == value.getHexString()) {
244 } else if (value.escapedString.length() != value.rawString.length()) {
248 sb.append(value.escapedString);
281 sb.append(value.escapedString);
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 49 GOwnPtr<gchar> escapedString(g_uri_escape_string(filename, "/:", false));
50 return escapedString.get();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 22 var escapedString = this.gsub(object, /[\x00-\x1f\\]/, function(match) {
26 if (useDoubleQuotes) return '"' + escapedString.replace(/"/g, '\\"') + '"';
27 return "'" + escapedString.replace(/'/g, '\\\'') + "'";
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 479 var escapedString = this.gsub(/[\x00-\x1f\\]/, function(match) {
483 if (useDoubleQuotes) return '"' + escapedString.replace(/"/g, '\\"') + '"';
484 return "'" + escapedString.replace(/'/g, '\\\'') + "'";
    [all...]
concat-jquery-mootools-prototype.js     [all...]

Completed in 678 milliseconds