Searched refs:whichSpans (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetStringSpanTest.java | 397 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/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UnicodeSetStringSpanTest.java | 401 int whichSpans, int type, String[] typeName, int limits[], int limitsCapacity, in getSpans() argument 429 if ((whichSpans & SPAN_FWD) == 0) { in getSpans() 435 if ((whichSpans & SPAN_BACK) == 0) { in getSpans() 442 if ((whichSpans & SPAN_CONTAINED) == 0) { in getSpans() 448 if ((whichSpans & SPAN_SIMPLE) == 0) { in getSpans() 470 if (!isForward && (whichSpans & SPAN_FWD) != 0 && (expectCount & 1) == 0) { in getSpans() 569 void verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, in verifySpan() argument 581 if ((whichSpans & SPAN_SET) == 0) { in verifySpan() 586 if ((whichSpans & SPAN_COMPLEMENT) == 0) { in verifySpan() 591 … limitsCount = getSpans(sets[i], (0 != (i & 1)), s, whichSpans, type, typeName, limits, in verifySpan() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.h | 173 uint32_t whichSpans, 177 uint32_t whichSpans, 181 uint32_t whichSpans, 183 …void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testN… 184 …void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *te… 185 …void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *tes…
|
D | usettest.cpp | 2908 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 …]
|