Searched defs:col2 (Results 1 - 6 of 6) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvtexture.cpp316 int col2, row2; local
318 col2 = colLoop + steps[stepLoop*2 + 1];
320 if( col2>=0 && row2>=0 && col2<srcImageSize.width && row2<srcImageSize.height )
H A Dcvlmeds.cpp345 int row1, row2, col1, col2; local
354 col2 = (x == 2 ? 1 : 2);
356 value = M[row1 * 3 + col1] * M[row2 * 3 + col2] - M[row2 * 3 + col1] * M[row1 * 3 + col2];
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp290 RuleBasedCollator *col1, *col2, *col3, *col4; local
306 col2 = new RuleBasedCollator(ruleset2, status);
338 UnicodeString rule2 = col2->getRules();
365 delete col2;
488 Collator *col2 = 0; local
490 col2 = Collator::createInstance(dk, success);
507 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" );
508 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" );
513 delete col2;
849 RuleBasedCollator *col2 local
926 Collator *col2 = col1->clone(); local
2153 TestCollator col2; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp248 RuleBasedCollator *col1, *col2, *col3, *col4; local
264 col2 = new RuleBasedCollator(ruleset2, status);
296 UnicodeString rule2 = col2->getRules();
323 delete col2;
446 Collator *col2 = 0; local
448 col2 = Collator::createInstance(dk, success);
465 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" );
466 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" );
471 delete col2;
833 RuleBasedCollator *col2 local
910 Collator *col2 = col1->clone(); local
2234 TestCollator col2; local
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c433 UCollator *col1, *col2, *col3, *col4; local
455 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
474 rule2 = ucol_getRules(col2, &tempLength);
490 ucol_close(col2);
504 col2 = ucol_open("en_US", &status);
510 iter2 = ucol_openElements(col2, teststr, 3, &status);
533 ucol_close(col2);
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c436 UCollator *col1, *col2, *col3, *col4; local
457 col2 = ucol_openRules(ruleset2, u_strlen(ruleset2), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &status);
476 rule2 = ucol_getRules(col2, &tempLength);
492 ucol_close(col2);
506 col2 = ucol_open("en_US", &status);
512 iter2 = ucol_openElements(col2, teststr, 3, &status);
535 ucol_close(col2);

Completed in 2257 milliseconds