Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ducdtest.cpp517 UnicodeSet other_neutral("[:bc=ON:]", errorCode); in TestBidiPairedBracketType() local
519 assertTrue("bpt!=None is a subset of bc=ON", other_neutral.containsAll(bpt)); in TestBidiPairedBracketType()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterTest.java2506 UnicodeSet other_neutral = new UnicodeSet("[:bc=ON:]"); in TestBidiPairedBracketType() local
2508 assertTrue("bpt!=None is a subset of bc=ON", other_neutral.containsAll(bpt)); in TestBidiPairedBracketType()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java2503 UnicodeSet other_neutral = new UnicodeSet("[:bc=ON:]"); in TestBidiPairedBracketType() local
2505 assertTrue("bpt!=None is a subset of bc=ON", other_neutral.containsAll(bpt)); in TestBidiPairedBracketType()