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

  /libcore/luni/src/main/java/java/util/
ServiceLoader.java 228 int commentStart = line.indexOf('#');
229 if (commentStart != -1) {
230 line = line.substring(0, commentStart);
  /external/icu4c/test/intltest/
bidiconf.cpp 304 char *commentStart=strchr(line, '#');
305 if(commentStart!=NULL) {
306 *commentStart=0;
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 326 char* commentStart;
334 commentStart = m_text; // before anything else, turn embedded comments into their own lines
335 if (m_inComment == false && skipText(&commentStart, "//")) {
336 if (commentStart < lineStart + textLen)
337 commentStart[0] = '/';
339 commentStart[-1] = ' ';
340 commentStart -= 2;
341 commentStart[0] = '\0';
342 textLen = commentStart - lineStart;
345 if (m_inComment || skipText(&commentStart, "/*")) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 1842 milliseconds