Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java370 static final int SPAN_UTF16 = 1; field in UnicodeSetStringSpanTest
682 if ((whichSpans & SPAN_UTF16) != 0) { in verifySpanBothUTFs()
772 if ((whichSpans & SPAN_UTF16) == 0) { in verifySpanUTF16String()
1048 … whichSpansCount = addAlternative(whichSpans, whichSpansCount, ~SPAN_UTFS, SPAN_UTF16, in TestSpan()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java369 static final int SPAN_UTF16 = 1; field in UnicodeSetStringSpanTest
681 if ((whichSpans & SPAN_UTF16) != 0) { in verifySpanBothUTFs()
771 if ((whichSpans & SPAN_UTF16) == 0) { in verifySpanUTF16String()
1047 … whichSpansCount = addAlternative(whichSpans, whichSpansCount, ~SPAN_UTFS, SPAN_UTF16, in TestSpan()
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp2874 SPAN_UTF16 =1, enumerator
3254 if((whichSpans&SPAN_UTF16)!=0) { in testSpanBothUTFs()
3370 if((whichSpans&SPAN_UTF16)==0) { in testSpanUTF16String()
3470 testSpan(sets, s, -1, FALSE, (whichSpans&~SPAN_UTF16), testName, 0); in testSpanUTF8String()
3471 testSpan(sets, s, UPRV_LENGTHOF(s)-1, FALSE, (whichSpans&~SPAN_UTF16), testName, 1); in testSpanUTF8String()
3743 SPAN_UTF16, in TestSpan()