HomeSort by relevance Sort by last modified time
    Searched full:outcol (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
tstnorm.h 71 UnicodeString tests[][3], int length, int outCol);
73 void iterateTest(Normalizer* iter, UnicodeString tests[][3], int length, int outCol);
tstnorm.cpp 530 int outCol)
535 UnicodeString& expect = tests[i][outCol];
552 int outCol)
557 UnicodeString& expect = tests[i][outCol];
    [all...]
  /external/icu4c/test/intltest/
tstnorm.h 71 UnicodeString tests[][3], int length, int outCol);
73 void iterateTest(Normalizer* iter, UnicodeString tests[][3], int length, int outCol);
tstnorm.cpp 531 int outCol)
536 UnicodeString& expect = tests[i][outCol];
553 int outCol)
558 UnicodeString& expect = tests[i][outCol];
    [all...]
  /external/jpeg/
jcsample.c 144 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */ local
164 for (outcol = 0, outcol_h = 0; outcol < output_cols;
165 outcol++, outcol_h += h_expand) {
216 JDIMENSION outcol; local
232 for (outcol = 0; outcol < output_cols; outcol++) {
253 JDIMENSION outcol; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jcsample.c 144 JDIMENSION outcol, outcol_h; /* outcol_h == outcol*h_expand */ local
164 for (outcol = 0, outcol_h = 0; outcol < output_cols;
165 outcol++, outcol_h += h_expand) {
216 JDIMENSION outcol; local
232 for (outcol = 0; outcol < output_cols; outcol++) {
253 JDIMENSION outcol; local
    [all...]
  /external/llvm/lib/Support/
SourceMgr.cpp 323 for (unsigned i = 0, e = LineContents.size(), OutCol = 0; i != e; ++i) {
326 ++OutCol;
333 ++OutCol;
334 } while ((OutCol % TabStop) != 0);
446 for (unsigned i = 0, e = CaretLine.size(), OutCol = 0; i != e; ++i) {
449 ++OutCol;
456 ++OutCol;
457 } while ((OutCol % TabStop) != 0);
468 for (size_t i = 0, e = FixItInsertionLine.size(), OutCol = 0; i != e; ++i) {
471 ++OutCol;
    [all...]

Completed in 810 milliseconds