Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java397 int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, in getSpans() argument
425 if ((whichSpans & SPAN_FWD) == 0) { in getSpans()
431 if ((whichSpans & SPAN_BACK) == 0) { in getSpans()
438 if ((whichSpans & SPAN_CONTAINED) == 0) { in getSpans()
444 if ((whichSpans & SPAN_SIMPLE) == 0) { in getSpans()
466 if (!isForward && (whichSpans & SPAN_FWD) != 0 && (expectCount & 1) == 0) { in getSpans()
565 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument
577 if ((whichSpans & SPAN_SET) == 0) { in verifySpan()
582 if ((whichSpans & SPAN_COMPLEMENT) == 0) { in verifySpan()
587 … limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits, in verifySpan()
[all …]
/external/icu/icu4c/source/test/intltest/
Dusettest.h168 uint32_t whichSpans,
172 uint32_t whichSpans,
176 uint32_t whichSpans,
178 …void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testN…
179 …void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *te…
180 …void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *tes…
Dusettest.cpp2854 uint32_t whichSpans, in getSpans() argument
2887 if((whichSpans&SPAN_FWD)==0) { in getSpans()
2893 if((whichSpans&SPAN_BACK)==0) { in getSpans()
2900 if((whichSpans&SPAN_CONTAINED)==0) { in getSpans()
2906 if((whichSpans&SPAN_SIMPLE)==0) { in getSpans()
2928 if(!isForward && (whichSpans&SPAN_FWD)!=0 && (expectCount&1)==0) { in getSpans()
3050 uint32_t whichSpans, in testSpan() argument
3063 if((whichSpans&SPAN_SET)==0) { in testSpan()
3068 if((whichSpans&SPAN_COMPLEMENT)==0) { in testSpan()
3075 whichSpans, in testSpan()
[all …]