OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usString
(Results
1 - 2
of
2
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/util/
Annotations.java
137
String
usString
= parts.getAttributeValue(-1, "cp");
138
UnicodeSet us1 =
usString
.startsWith("[") &&
usString
.endsWith("]") ? new UnicodeSet(
usString
) : new UnicodeSet().add(
usString
);
/external/icu/icu4c/source/test/intltest/
utxttest.cpp
[
all
...]
Completed in 229 milliseconds