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

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/
ZoneGetter.java 92 final int zoneCount = olsonIdsToDisplayList.size();
93 final String[] olsonIdsToDisplay = new String[zoneCount];
94 final TimeZone[] timeZones = new TimeZone[zoneCount];
95 final String[] gmtOffsetStrings = new String[zoneCount];
96 for (int i = 0; i < zoneCount; i++) {
113 for (int i = 0; i < zoneCount; i++) {
131 for (int i = 0; i < zoneCount; i++) {
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 536 int32_t zoneCount;
707 zoneCount = any_US_E14->count(ec);
711 } else if (zoneCount != 0) {
    [all...]

Completed in 95 milliseconds