Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java400 int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, in getSpans() argument
428 if ((whichSpans & SPAN_FWD) == 0) { in getSpans()
434 if ((whichSpans & SPAN_BACK) == 0) { in getSpans()
441 if ((whichSpans & SPAN_CONTAINED) == 0) { in getSpans()
447 if ((whichSpans & SPAN_SIMPLE) == 0) { in getSpans()
469 if (!isForward && (whichSpans & SPAN_FWD) != 0 && (expectCount & 1) == 0) { in getSpans()
568 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument
580 if ((whichSpans & SPAN_SET) == 0) { in verifySpan()
585 if ((whichSpans & SPAN_COMPLEMENT) == 0) { in verifySpan()
590 … limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits, in verifySpan()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java399 int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, in getSpans() argument
427 if ((whichSpans & SPAN_FWD) == 0) { in getSpans()
433 if ((whichSpans & SPAN_BACK) == 0) { in getSpans()
440 if ((whichSpans & SPAN_CONTAINED) == 0) { in getSpans()
446 if ((whichSpans & SPAN_SIMPLE) == 0) { in getSpans()
468 if (!isForward && (whichSpans & SPAN_FWD) != 0 && (expectCount & 1) == 0) { in getSpans()
567 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument
579 if ((whichSpans & SPAN_SET) == 0) { in verifySpan()
584 if ((whichSpans & SPAN_COMPLEMENT) == 0) { in verifySpan()
589 … limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits, in verifySpan()
[all …]
/external/icu/icu4c/source/test/intltest/
Dusettest.h175 uint32_t whichSpans,
179 uint32_t whichSpans,
183 uint32_t whichSpans,
185 …void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testN…
186 …void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *te…
187 …void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *tes…
Dusettest.cpp2911 uint32_t whichSpans, in getSpans() argument
2944 if((whichSpans&SPAN_FWD)==0) { in getSpans()
2950 if((whichSpans&SPAN_BACK)==0) { in getSpans()
2957 if((whichSpans&SPAN_CONTAINED)==0) { in getSpans()
2963 if((whichSpans&SPAN_SIMPLE)==0) { in getSpans()
2985 if(!isForward && (whichSpans&SPAN_FWD)!=0 && (expectCount&1)==0) { in getSpans()
3107 uint32_t whichSpans, in testSpan() argument
3120 if((whichSpans&SPAN_SET)==0) { in testSpan()
3125 if((whichSpans&SPAN_COMPLEMENT)==0) { in testSpan()
3132 whichSpans, in testSpan()
[all …]