Searched refs:closeIndex (Results 1 – 6 of 6) sorted by relevance
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/javadoc/description/ |
D | JavadocDescription.java | 61 int closeIndex = text.indexOf("}", index); in indexOfNextInlineTag() local 62 if (closeIndex == -1) { in indexOfNextInlineTag() 65 return new Pair<>(index, closeIndex); in indexOfNextInlineTag()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITestExtended.java | 193 int closeIndex = testString.indexOf(">", charIdx); in TestExtended() local 194 if (closeIndex < 0) { in TestExtended() 198 String localeName = testString.substring(charIdx+6, closeIndex); in TestExtended() 201 charIdx = closeIndex+1; in TestExtended()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestExtended.java | 190 int closeIndex = testString.indexOf(">", charIdx); in TestExtended() local 191 if (closeIndex < 0) { in TestExtended() 195 String localeName = testString.substring(charIdx+6, closeIndex); in TestExtended() 198 charIdx = closeIndex+1; in TestExtended()
|
/external/icu/icu4c/source/common/ |
D | uresdata.cpp | 887 char *closeIndex = NULL; in res_findResource() local 929 indexR = uprv_strtol(pathP, &closeIndex, 10); in res_findResource() 930 if(indexR >= 0 && *closeIndex == 0) { in res_findResource() 936 indexR = uprv_strtol(pathP, &closeIndex, 10); in res_findResource() 937 if(indexR >= 0 && *closeIndex == 0) { in res_findResource()
|
/external/skqp/src/pathops/ |
D | SkPathOpsTSect.cpp | 1108 int closeIndex SK_INIT_TO_AVOID_WARNING; in linesIntersect() 1121 closeIndex = index; in linesIntersect() 1130 const SkDPoint& iPt = oppRayI.pt(closeIndex); in linesIntersect() 1131 if (between(span->fStartT, oppRayI[0][closeIndex], span->fEndT) in linesIntersect() 1134 i->merge(oppRayI, closeIndex, thisRayI, oppCloseIndex); in linesIntersect() 1142 double oppStart = oppRayI[0][closeIndex]; in linesIntersect()
|
/external/skia/src/pathops/ |
D | SkPathOpsTSect.cpp | 1108 int closeIndex SK_INIT_TO_AVOID_WARNING; in linesIntersect() 1121 closeIndex = index; in linesIntersect() 1130 const SkDPoint& iPt = oppRayI.pt(closeIndex); in linesIntersect() 1131 if (between(span->fStartT, oppRayI[0][closeIndex], span->fEndT) in linesIntersect() 1134 i->merge(oppRayI, closeIndex, thisRayI, oppCloseIndex); in linesIntersect() 1142 double oppStart = oppRayI[0][closeIndex]; in linesIntersect()
|