Searched refs:removeText (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/tools/genrb/ |
D | prscmnts.cpp | 35 removeText(UChar *source, int32_t srcLen, in removeText() function 60 srcLen = removeText(src, srcLen, "^[ \\r\\n]+ ", 0, "", status); // remove leading new lines in trim() 61 srcLen = removeText(src, srcLen, "^\\s+", 0, "", status); // remove leading spaces in trim() 62 srcLen = removeText(src, srcLen, "\\s+$", 0, "", status); // remvoe trailing spcaes in trim() 70 srcLen = removeText(source, srcLen, patString, UREGEX_MULTILINE, "", status); in removeCmtText() 71 return removeText(source, srcLen, "[ \\r\\n]+", 0, " ", status);// remove new lines; in removeCmtText()
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
D | prscmnts.cpp | 35 removeText(UChar *source, int32_t srcLen, in removeText() function 60 srcLen = removeText(src, srcLen, "^[ \\r\\n]+ ", 0, "", status); // remove leading new lines in trim() 61 srcLen = removeText(src, srcLen, "^\\s+", 0, "", status); // remove leading spaces in trim() 62 srcLen = removeText(src, srcLen, "\\s+$", 0, "", status); // remvoe trailing spcaes in trim() 70 srcLen = removeText(source, srcLen, patString, UREGEX_MULTILINE, "", status); in removeCmtText() 71 return removeText(source, srcLen, "[ \\r\\n]+", 0, " ", status);// remove new lines; in removeCmtText()
|
/external/chromium/chrome/browser/resources/ntp/ |
D | most_visited.js | 180 var removeText = localStrings.getString('thumbnailremovednotification'); 182 notifyMessageEl.textContent = removeText;
|
/external/chromium_org/third_party/flot/ |
D | jquery.flot.min.js | 28 …n+"-axis "+r,s=t.options.font||"flot-tick-label tickLabel",o,u,a,l,c;f.removeText(i);for(var h=0;h… 29 …ss({top:Math.round(n),left:Math.round(t),"text-align":u})},n.prototype.removeText=function(e,n,r,i…
|