OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exSet
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleDataTest.java
158
UnicodeSet
exSet
= ld.getExemplarSet(0, type);
159
if (
exSet
!= null) {
160
if (testChars[type] > 0 && !
exSet
.contains(testChars[type])) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleDataTest.java
155
UnicodeSet
exSet
= ld.getExemplarSet(0, type);
156
if (
exSet
!= null) {
157
if (testChars[type] > 0 && !
exSet
.contains(testChars[type])) {
/external/icu/icu4c/source/test/cintltst/
cloctst.c
[
all
...]
Completed in 497 milliseconds