OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EX_LOC_INDEX
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneNamesImpl.java
706
private static final int
EX_LOC_INDEX
= NameType.EXEMPLAR_LOCATION.ordinal();
717
if (tzID != null && (names == null || names[
EX_LOC_INDEX
] == null)) {
721
names = new String[
EX_LOC_INDEX
+ 1];
723
names[
EX_LOC_INDEX
] = locationName;
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneNamesImpl.java
704
private static final int
EX_LOC_INDEX
= NameType.EXEMPLAR_LOCATION.ordinal();
715
if (tzID != null && (names == null || names[
EX_LOC_INDEX
] == null)) {
719
names = new String[
EX_LOC_INDEX
+ 1];
721
names[
EX_LOC_INDEX
] = locationName;
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
Completed in 56 milliseconds