Home
last modified time | relevance | path

Searched refs:colIdx (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ddatadrivennumberformattestsuite.cpp139 int32_t colIdx = 0; in splitBy() local
142 for (int32_t idx = 0; colIdx < columnValuesCount - 1 && idx < len; ++idx) { in splitBy()
145 columnValues[colIdx++] = in splitBy()
150 columnValues[colIdx++] = in splitBy()
152 return colIdx; in splitBy()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDataDrivenNumberFormatTestSuite.java271 int colIdx = 0; in splitBy() local
274 for (int idx = 0; colIdx < max - 1 && idx < len; ++idx) { in splitBy()
279 ++colIdx; in splitBy()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDataDrivenNumberFormatTestSuite.java275 int colIdx = 0; in splitBy() local
278 for (int idx = 0; colIdx < max - 1 && idx < len; ++idx) { in splitBy()
283 ++colIdx; in splitBy()
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineMatrix.h716 for (Index colIdx = 0; colIdx < m.cols(); colIdx++) {
717 s << m.coeff(rowIdx, colIdx) << "\t";
/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp4217 for (int colIdx = 0; colIdx < img->width; colIdx++) in writeFrame() local
4219 BYTE b = rowStart[colIdx * img->nChannels + 0]; in writeFrame()
4220 BYTE g = rowStart[colIdx * img->nChannels + 1]; in writeFrame()
4221 BYTE r = rowStart[colIdx * img->nChannels + 2]; in writeFrame()
4223 target[rowIdx*img->width+colIdx] = (r << 16) + (g << 8) + b; in writeFrame()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...