Home
last modified time | relevance | path

Searched refs:whichSpans (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java402 int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, in getSpans() argument
430 if ((whichSpans & SPAN_FWD) == 0) { in getSpans()
436 if ((whichSpans & SPAN_BACK) == 0) { in getSpans()
443 if ((whichSpans & SPAN_CONTAINED) == 0) { in getSpans()
449 if ((whichSpans & SPAN_SIMPLE) == 0) { in getSpans()
471 if (!isForward && (whichSpans & SPAN_FWD) != 0 && (expectCount & 1) == 0) { in getSpans()
570 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument
582 if ((whichSpans & SPAN_SET) == 0) { in verifySpan()
587 if ((whichSpans & SPAN_COMPLEMENT) == 0) { in verifySpan()
592 … limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits, in verifySpan()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java405 int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, in getSpans() argument
433 if ((whichSpans & SPAN_FWD) == 0) { in getSpans()
439 if ((whichSpans & SPAN_BACK) == 0) { in getSpans()
446 if ((whichSpans & SPAN_CONTAINED) == 0) { in getSpans()
452 if ((whichSpans & SPAN_SIMPLE) == 0) { in getSpans()
474 if (!isForward && (whichSpans & SPAN_FWD) != 0 && (expectCount & 1) == 0) { in getSpans()
573 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument
585 if ((whichSpans & SPAN_SET) == 0) { in verifySpan()
590 if ((whichSpans & SPAN_COMPLEMENT) == 0) { in verifySpan()
595 … limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits, in verifySpan()
[all …]
/external/icu/icu4c/source/test/intltest/
Dusettest.h178 uint32_t whichSpans,
182 uint32_t whichSpans,
186 uint32_t whichSpans,
188 …void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testN…
189 …void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *te…
190 …void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *tes…
Dusettest.cpp2908 uint32_t whichSpans, in getSpans() argument
2941 if((whichSpans&SPAN_FWD)==0) { in getSpans()
2947 if((whichSpans&SPAN_BACK)==0) { in getSpans()
2954 if((whichSpans&SPAN_CONTAINED)==0) { in getSpans()
2960 if((whichSpans&SPAN_SIMPLE)==0) { in getSpans()
2982 if(!isForward && (whichSpans&SPAN_FWD)!=0 && (expectCount&1)==0) { in getSpans()
3104 uint32_t whichSpans, in testSpan() argument
3117 if((whichSpans&SPAN_SET)==0) { in testSpan()
3122 if((whichSpans&SPAN_COMPLEMENT)==0) { in testSpan()
3129 whichSpans, in testSpan()
[all …]