/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | UCAConformanceTest.java | 205 RawCollationKey sk1 = new RawCollationKey(), sk2 = new RawCollationKey(); in conformanceTest() local 206 RawCollationKey oldSk = null, newSk = sk1; in conformanceTest() 272 if(oldSk == sk1) { in conformanceTest() 275 newSk = sk1; in conformanceTest()
|
D | CollationMiscTest.java | 3010 CollationKey sk1 = viescoll.getCollationKey(t); in TestImport() local 3012 if(!sk1.equals(sk2)){ in TestImport() 3038 CollationKey sk1 = videcoll.getCollationKey(t); in TestImportWithType() local 3040 if(!sk1.equals(sk2)){ in TestImportWithType()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | UCAConformanceTest.java | 201 RawCollationKey sk1 = new RawCollationKey(), sk2 = new RawCollationKey(); in conformanceTest() local 202 RawCollationKey oldSk = null, newSk = sk1; in conformanceTest() 268 if(oldSk == sk1) { in conformanceTest() 271 newSk = sk1; in conformanceTest()
|
D | CollationMiscTest.java | 3006 CollationKey sk1 = viescoll.getCollationKey(t); in TestImport() local 3008 if(!sk1.equals(sk2)){ in TestImport() 3034 CollationKey sk1 = videcoll.getCollationKey(t); in TestImportWithType() local 3036 if(!sk1.equals(sk2)){ in TestImportWithType()
|
/external/icu/icu4c/source/test/intltest/ |
D | ucaconf.cpp | 195 uint8_t sk1[1024], sk2[1024]; in testConformance() local 196 uint8_t *oldSk = NULL, *newSk = sk1; in testConformance() 284 newSk = sk1; in testConformance()
|
D | tsmthred.cpp | 914 uint8_t sk1[1024], sk2[1024]; in run() local 915 uint8_t *oldSk = NULL, *newSk = sk1; in run() 962 newSk = (newSk == sk1)?sk2:sk1; in run()
|
/external/opencv3/modules/imgproc/src/ |
D | shapedescr.cpp | 763 double xi, yi, xi_1, yi_1, x0, y0, dxy, sk, sk1, t; in icvContourSecArea() local 781 sk1 = 0; in icvContourSecArea() 811 sk1 = 0; in icvContourSecArea() 821 if( (fabs( sk ) < eps && lpt > 0) || sk * sk1 < -eps ) in icvContourSecArea() 836 sk1 = 0; in icvContourSecArea() 868 sk1 = 0; in icvContourSecArea() 881 sk1 = sk; in icvContourSecArea()
|
/external/opencv/cv/src/ |
D | cvshapedescr.cpp | 567 double xi, yi, xi_1, yi_1, x0, y0, dxy, sk, sk1, t; in icvContourSecArea() local 589 sk1 = 0; in icvContourSecArea() 622 sk1 = 0; in icvContourSecArea() 632 if( (fabs( sk ) < eps && lpt > 0) || sk * sk1 < -eps ) in icvContourSecArea() 647 sk1 = 0; in icvContourSecArea() 679 sk1 = 0; in icvContourSecArea() 692 sk1 = sk; in icvContourSecArea()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 5552 uint8_t sk1[500]; in TestImport() local 5607 ucol_getSortKey(viescoll, str, 1, sk1, 500); in TestImport() 5609 if(compare_uint8_t_arrays(sk1, sk2) != 0){ in TestImport() 5615 ucol_getSortKey(viescoll, str, strLength, sk1, 500); in TestImport() 5617 if(compare_uint8_t_arrays(sk1, sk2) != 0){ in TestImport() 5659 uint8_t sk1[500]; in TestImportWithType() local 5717 ucol_getSortKey(videcoll, str, 1, sk1, 500); in TestImportWithType() 5719 if(compare_uint8_t_arrays(sk1, sk2) != 0){ in TestImportWithType() 5725 ucol_getSortKey(videcoll, str, strLength, sk1, 500); in TestImportWithType() 5727 if(compare_uint8_t_arrays(sk1, sk2) != 0){ in TestImportWithType()
|