Searched refs:quot (Results 51 - 64 of 64) sorted by relevance

123

/external/opencv/cxcore/src/
H A Dcxpersistence.cpp1936 CV_PARSE_ERROR( "Literal \" is not allowed within a string. Use "" );
1978 else if( len == 4 && memcmp( ptr, "quot", len ) == 0 )
2559 memcpy( data, "quot", 4);
2710 // we use factor=6 for XML (the longest characters (' and ") are encoded with 6 bytes (' and ")
/external/pixman/pixman/
H A Dpixman-mmx.c1041 uint32_t quot = DIV_UN8 (da, sa) << 24; local
1042 __m64 msa = load8888 (&quot);
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dcompact_lang_det_impl.cc1339 fprintf(f, "&quot;");
/external/chromium_org/third_party/libevent/
H A Dhttp.c252 return "&quot;";
269 * Replaces <, >, ", ' and & with &lt;, &gt;, &quot;,
/external/sqlite/dist/orig/
H A Dshell.c628 fprintf(out,"&quot;");
/external/sqlite/dist/
H A Dshell.c633 fprintf(out,"&quot;");
/external/bison/
H A Dmaint.mk1527 echo 'en@quot' >> $(PODIR)/LINGUAS && \
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c9 int quot; member in struct:__anon33259
17 long int quot; member in struct:__anon33260
/external/chromium_org/third_party/lcov/bin/
H A Dgenhtml2393 $string =~ s/\"/&quot;/g; # " -> &quot;
/external/chromium_org/third_party/libxml/src/
H A Dtree.c7509 xmlBufferAdd(buf, BAD_CAST "&quot;", 6);
/external/libxml2/
H A Dtree.c7673 xmlBufferAdd(buf, BAD_CAST "&quot;", 6);
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js61 goog.string.htmlEscape=function(a,b){if(b)a=a.replace(goog.string.AMP_RE_,"&amp;").replace(goog.string.LT_RE_,"&lt;").replace(goog.string.GT_RE_,"&gt;").replace(goog.string.QUOT_RE_,"&quot;").replace(goog.string.SINGLE_QUOTE_RE_,"&#39;").replace(goog.string.NULL_RE_,"&#0;"),goog.string.DETECT_DOUBLE_ESCAPING&&(a=a.replace(goog.string.E_RE_,"&#101;"));else{if(!goog.string.ALL_RE_.test(a))return a;-1!=a.indexOf("&")&&(a=a.replace(goog.string.AMP_RE_,"&amp;"));-1!=a.indexOf("<")&&(a=a.replace(goog.string.LT_RE_,
62 "&lt;"));-1!=a.indexOf(">")&&(a=a.replace(goog.string.GT_RE_,"&gt;"));-1!=a.indexOf('"')&&(a=a.replace(goog.string.QUOT_RE_,"&quot;"));-1!=a.indexOf("'")&&(a=a.replace(goog.string.SINGLE_QUOTE_RE_,"&#39;"));-1!=a.indexOf("\x00")&&(a=a.replace(goog.string.NULL_RE_,"&#0;"));goog.string.DETECT_DOUBLE_ESCAPING&&-1!=a.indexOf("e")&&(a=a.replace(goog.string.E_RE_,"&#101;"))}return a};goog.string.AMP_RE_=/&/g;goog.string.LT_RE_=/</g;goog.string.GT_RE_=/>/g;goog.string.QUOT_RE_=/"/g;
64 goog.string.unescapeEntitiesUsingDom_=function(a,b){var c={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"'},d;d=b?b.createElement("div"):goog.global.document.createElement("div");return a.replace(goog.string.HTML_ENTITY_PATTERN_,function(a,b){var g=c[a];if(g)return g;if("#"==b.charAt(0)){var h=Number("0"+b.substr(1));isNaN(h)||(g=String.fromCharCode(h))}g||(d.innerHTML=a+" ",g=d.firstChild.nodeValue.slice(0,-1));return c[a]=g})};
65 goog.string.unescapePureXmlEntities_=function(a){return a.replace(/&([^;]+);/g,function(a,c){switch(c){case "amp":return"&";case "lt":return"<";case "gt":return">";case "quot":return'"';default:if("#"==c.charAt(0)){var d=Number("0"+c.substr(1));if(!isNaN(d))return String.fromCharCode(d)}return a}})};goog.string.HTML_ENTITY_PATTERN_=/&([^;\s<&]+);?/g;goog.string.whitespaceEscape=function(a,b){return goog.string.newLineToBr(a.replace(/ /g," &#160;"),b)};

Completed in 466 milliseconds

123