HomeSort by relevance Sort by last modified time
    Searched refs:NameTypeIndex (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneNamesImpl.java 617 private static ZNames.NameTypeIndex nameTypeIndexFromKey(UResource.Key key) {
625 return c1 == 'g' ? ZNames.NameTypeIndex.LONG_GENERIC :
626 c1 == 's' ? ZNames.NameTypeIndex.LONG_STANDARD :
627 c1 == 'd' ? ZNames.NameTypeIndex.LONG_DAYLIGHT : null;
629 return c1 == 'g' ? ZNames.NameTypeIndex.SHORT_GENERIC :
630 c1 == 's' ? ZNames.NameTypeIndex.SHORT_STANDARD :
631 c1 == 'd' ? ZNames.NameTypeIndex.SHORT_DAYLIGHT : null;
633 return ZNames.NameTypeIndex.EXEMPLAR_LOCATION;
642 ZNames.NameTypeIndex index = nameTypeIndexFromKey(key);
700 private static enum NameTypeIndex {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneNamesImpl.java 615 private static ZNames.NameTypeIndex nameTypeIndexFromKey(UResource.Key key) {
623 return c1 == 'g' ? ZNames.NameTypeIndex.LONG_GENERIC :
624 c1 == 's' ? ZNames.NameTypeIndex.LONG_STANDARD :
625 c1 == 'd' ? ZNames.NameTypeIndex.LONG_DAYLIGHT : null;
627 return c1 == 'g' ? ZNames.NameTypeIndex.SHORT_GENERIC :
628 c1 == 's' ? ZNames.NameTypeIndex.SHORT_STANDARD :
629 c1 == 'd' ? ZNames.NameTypeIndex.SHORT_DAYLIGHT : null;
631 return ZNames.NameTypeIndex.EXEMPLAR_LOCATION;
640 ZNames.NameTypeIndex index = nameTypeIndexFromKey(key);
698 private static enum NameTypeIndex {
    [all...]
  /frameworks/base/config/
compiled-classes-phone     [all...]

Completed in 77 milliseconds