Searched refs:testSpan (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.h167 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
171 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
H A Dusettest.cpp3050 void UnicodeSetTest::testSpan(const UnicodeSetWithStrings *sets[4], function in class:UnicodeSetTest
3151 void UnicodeSetTest::testSpan(const UnicodeSetWithStrings *sets[4], function in class:UnicodeSetTest
3157 testSpan(sets, s, length, isUTF16, whichSpans, expectLimits, expectCount, testName, index);
3197 expectCount=-1; // Get expectLimits[] from testSpan().
3200 testSpan(sets, s16, length16, TRUE, whichSpans, expectLimits, expectCount, testName, index);
3240 testSpan(sets, s8, length8, FALSE, whichSpans, expectLimits, expectCount, testName, index);
3318 testSpan(sets, s, -1, TRUE, (whichSpans&~SPAN_UTF8), testName, 0);
3319 testSpan(sets, s, LENGTHOF(s)-1, TRUE, (whichSpans&~SPAN_UTF8), testName, 1);
3415 testSpan(sets, s, -1, FALSE, (whichSpans&~SPAN_UTF16), testName, 0);
3416 testSpan(set
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dusettest.h167 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
171 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
H A Dusettest.cpp3050 void UnicodeSetTest::testSpan(const UnicodeSetWithStrings *sets[4], function in class:UnicodeSetTest
3151 void UnicodeSetTest::testSpan(const UnicodeSetWithStrings *sets[4], function in class:UnicodeSetTest
3157 testSpan(sets, s, length, isUTF16, whichSpans, expectLimits, expectCount, testName, index);
3197 expectCount=-1; // Get expectLimits[] from testSpan().
3200 testSpan(sets, s16, length16, TRUE, whichSpans, expectLimits, expectCount, testName, index);
3240 testSpan(sets, s8, length8, FALSE, whichSpans, expectLimits, expectCount, testName, index);
3318 testSpan(sets, s, -1, TRUE, (whichSpans&~SPAN_UTF8), testName, 0);
3319 testSpan(sets, s, LENGTHOF(s)-1, TRUE, (whichSpans&~SPAN_UTF8), testName, 1);
3415 testSpan(sets, s, -1, FALSE, (whichSpans&~SPAN_UTF16), testName, 0);
3416 testSpan(set
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp1921 const SkOpSpan* testSpan = &firstSpan - 1;
1922 while (++testSpan <= &lastSpan) {
1923 if (testSpan->fLoop) {
1924 firstLoopT = testSpan->fT;
1928 testSpan = &lastSpan + 1;
1929 while (--testSpan >= &firstSpan) {
1930 if (testSpan->fLoop) {
1931 lastLoopT = testSpan->fT;
1940 testSpan = &firstSpan - 1;
1942 while (++testSpan <
[all...]
/external/skia/src/pathops/
H A DSkOpSegment.cpp1851 const SkOpSpan* testSpan = &firstSpan - 1;
1852 while (++testSpan <= &lastSpan) {
1853 if (testSpan->fLoop) {
1854 firstLoopT = testSpan->fT;
1858 testSpan = &lastSpan + 1;
1859 while (--testSpan >= &firstSpan) {
1860 if (testSpan->fLoop) {
1861 lastLoopT = testSpan->fT;
1870 testSpan = &firstSpan - 1;
1872 while (++testSpan <
[all...]

Completed in 2230 milliseconds