Home
last modified time | relevance | path

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

/third_party/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()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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()
/third_party/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()
/third_party/icu/tools/unicode/c/genuca/
Dgenuca.cpp756 char *commentStart = strchr(pointer, '#'); in readAnElement() local
757 if(commentStart == NULL) { in readAnElement()
758 commentStart = strchr(pointer, 0); in readAnElement()
764 if(pointer == commentStart) { in readAnElement()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DUTS46Test.java861 int commentStart = line.indexOf('#'); in IdnaTest() local
862 if (commentStart >= 0) { in IdnaTest()
863 line = line.substring(0, commentStart); in IdnaTest()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java804 int commentStart = fScanIndex; in nextChar() local
816 for (int i=commentStart; i<fNextIndex-1; ++i) { in nextChar()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBIRuleScanner.java804 int commentStart = fScanIndex; in nextChar() local
816 for (int i=commentStart; i<fNextIndex-1; ++i) { in nextChar()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbiscan.cpp942 int32_t commentStart = fScanIndex; in nextChar() local
951 for (int32_t i=commentStart; i<fNextIndex-1; ++i) { in nextChar()
/third_party/node/deps/icu-small/source/common/
Drbbiscan.cpp944 int32_t commentStart = fScanIndex; in nextChar() local
953 for (int32_t i=commentStart; i<fNextIndex-1; ++i) { in nextChar()
/third_party/skia/third_party/externals/icu/source/common/
Drbbiscan.cpp944 int32_t commentStart = fScanIndex; in nextChar() local
953 for (int32_t i=commentStart; i<fNextIndex-1; ++i) { in nextChar()
/third_party/icu/icu4c/source/common/
Drbbiscan.cpp944 int32_t commentStart = fScanIndex; in nextChar() local
953 for (int32_t i=commentStart; i<fNextIndex-1; ++i) { in nextChar()
/third_party/node/tools/
Dlint-md.mjs39868 return commentStart
39875 function commentStart(code) { function