OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:not_lc
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
CaseIterator.java
553
UnicodeSet
not_lc
= new UnicodeSet("[:^lc:]");
local
556
a.set(
not_lc
);
561
a.removeAll(
not_lc
);
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
CaseIterator.java
549
UnicodeSet
not_lc
= new UnicodeSet("[:^lc:]");
local
552
a.set(
not_lc
);
557
a.removeAll(
not_lc
);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
CaseIterator.java
552
UnicodeSet
not_lc
= new UnicodeSet("[:^lc:]");
local
555
a.set(
not_lc
);
560
a.removeAll(
not_lc
);
Completed in 4465 milliseconds