Home
last modified time | relevance | path

Searched refs:commentStart (Results 1 – 14 of 14) sorted by relevance

/external/skqp/tools/bookmaker/
DincludeWriter.cpp85 const char* commentStart = def->fContentStart; in descriptionOut() local
89 commentStart = parser.fChar; in descriptionOut()
91 int commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut()
102 commentLen = (int) (prop->fStart - commentStart); in descriptionOut()
105 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { in descriptionOut()
118 commentStart = prop->fChildren[childSize - 1]->fContentStart; in descriptionOut()
124 commentLen = (int) (prop->fContentEnd - commentStart); in descriptionOut()
130 wroteSomething |= this->writeBlockIndent(commentLen, commentStart, false); in descriptionOut()
142 commentStart = prop->fTerminator; in descriptionOut()
155 commentLen = prop->fStart - commentStart; in descriptionOut()
[all …]
DincludeWriter.h207 const char* commentStart, const char* commentEnd);
/external/skia/tools/bookmaker/
DincludeWriter.cpp85 const char* commentStart = def->fContentStart; in descriptionOut() local
89 commentStart = parser.fChar; in descriptionOut()
91 int commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut()
102 commentLen = (int) (prop->fStart - commentStart); in descriptionOut()
105 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { in descriptionOut()
118 commentStart = prop->fChildren[childSize - 1]->fContentStart; in descriptionOut()
124 commentLen = (int) (prop->fContentEnd - commentStart); in descriptionOut()
130 wroteSomething |= this->writeBlockIndent(commentLen, commentStart, false); in descriptionOut()
142 commentStart = prop->fTerminator; in descriptionOut()
155 commentLen = prop->fStart - commentStart; in descriptionOut()
[all …]
DincludeWriter.h207 const char* commentStart, const char* commentEnd);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DBiDiConformanceTest.java51 int commentStart = line.indexOf('#'); in TestBidiTest() local
52 if (commentStart >= 0) { in TestBidiTest()
53 line = line.substring(0, commentStart); in TestBidiTest()
188 int commentStart = line.indexOf('#'); in TestBidiCharacterTest() local
189 if (commentStart >= 0) { in TestBidiCharacterTest()
190 line = line.substring(0, commentStart); in TestBidiCharacterTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DBiDiConformanceTest.java48 int commentStart = line.indexOf('#'); in TestBidiTest() local
49 if (commentStart >= 0) { in TestBidiTest()
50 line = line.substring(0, commentStart); in TestBidiTest()
185 int commentStart = line.indexOf('#'); in TestBidiCharacterTest() local
186 if (commentStart >= 0) { in TestBidiCharacterTest()
187 line = line.substring(0, commentStart); in TestBidiCharacterTest()
/external/icu/icu4c/source/test/intltest/
Dbidiconf.cpp290 char *commentStart=strchr(line, '#'); in TestBidiTest() local
291 if(commentStart!=NULL) { in TestBidiTest()
292 *commentStart=0; in TestBidiTest()
454 char *commentStart=strchr(line, '#'); in TestBidiCharacterTest() local
455 if(commentStart!=NULL) { in TestBidiCharacterTest()
456 *commentStart=0; in TestBidiCharacterTest()
/external/boringssl/src/util/
Ddoc.go76 commentStart = "/* " const
82 return strings.HasPrefix(line, commentStart) || strings.HasPrefix(line, lineComment)
107 if strings.HasPrefix(rest[0], commentStart) {
112 commentParagraph := rest[0][len(commentStart):]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DUTS46Test.java767 int commentStart = line.indexOf('#'); in IdnaTest() local
768 if (commentStart >= 0) { in IdnaTest()
769 line = line.substring(0, commentStart); in IdnaTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DUTS46Test.java764 int commentStart = line.indexOf('#'); in IdnaTest() local
765 if (commentStart >= 0) { in IdnaTest()
766 line = line.substring(0, commentStart); in IdnaTest()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java804 int commentStart = fScanIndex; in nextChar() local
816 for (int i=commentStart; i<fNextIndex-1; ++i) { in nextChar()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java803 int commentStart = fScanIndex; in nextChar() local
815 for (int i=commentStart; i<fNextIndex-1; ++i) { in nextChar()
/external/icu/icu4c/source/common/
Drbbiscan.cpp942 int32_t commentStart = fScanIndex; in nextChar() local
951 for (int32_t i=commentStart; i<fNextIndex-1; ++i) { in nextChar()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveOutputStream.java1315 final int commentStart = extraStart + extra.length; in createCentralFileHeader() local
1318 System.arraycopy(commentB.array(), commentB.arrayOffset(), buf, commentStart, commentLen); in createCentralFileHeader() local