Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java372 static final int SPAN_UTF16 = 1; field in UnicodeSetStringSpanTest
684 if ((whichSpans & SPAN_UTF16) != 0) { in verifySpanBothUTFs()
774 if ((whichSpans & SPAN_UTF16) == 0) { in verifySpanUTF16String()
1050 … whichSpansCount = addAlternative(whichSpans, whichSpansCount, ~SPAN_UTFS, SPAN_UTF16, in TestSpan()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java375 static final int SPAN_UTF16 = 1; field in UnicodeSetStringSpanTest
687 if ((whichSpans & SPAN_UTF16) != 0) { in verifySpanBothUTFs()
777 if ((whichSpans & SPAN_UTF16) == 0) { in verifySpanUTF16String()
1053 … whichSpansCount = addAlternative(whichSpans, whichSpansCount, ~SPAN_UTFS, SPAN_UTF16, in TestSpan()
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp2871 SPAN_UTF16 =1, enumerator
3251 if((whichSpans&SPAN_UTF16)!=0) { in testSpanBothUTFs()
3367 if((whichSpans&SPAN_UTF16)==0) { in testSpanUTF16String()
3467 testSpan(sets, s, -1, FALSE, (whichSpans&~SPAN_UTF16), testName, 0); in testSpanUTF8String()
3468 testSpan(sets, s, UPRV_LENGTHOF(s)-1, FALSE, (whichSpans&~SPAN_UTF16), testName, 1); in testSpanUTF8String()
3740 SPAN_UTF16, in TestSpan()