Searched defs:colStart (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Ddatadrivennumberformattestsuite.cpp140 int32_t colStart = 0; local
146 fFileLine.tempSubString(colStart, idx - colStart);
147 colStart = idx + 1;
151 fFileLine.tempSubString(colStart, len - colStart);
H A Drbbitst.cpp1234 int32_t colStart = 0; local
1251 colStart = charIdx;
1253 column = charIdx - colStart + 1;
1448 colStart = charIdx;
/external/opencv3/modules/core/misc/java/src/java/
H A Dcore+Mat.java805 // C++: Mat Mat::operator()(int rowStart, int rowEnd, int colStart, int
809 // javadoc: Mat::operator()(rowStart, rowEnd, colStart, colEnd)
810 public Mat submat(int rowStart, int rowEnd, int colStart, int colEnd) argument
813 Mat retVal = new Mat(n_submat_rr(nativeObj, rowStart, rowEnd, colStart, colEnd));

Completed in 754 milliseconds