HomeSort by relevance Sort by last modified time
    Searched full:long_dst (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/native/
libcore_icu_TimeZoneNames.cpp 87 UnicodeString long_dst; local
88 names->getDisplayName(zone_id.unicodeString(), UTZNM_LONG_DAYLIGHT, now, long_dst);
98 long_std = short_std = long_dst = short_dst = kUtc;
101 if (long_dst.isBogus()) {
102 long_dst = "Samoa Daylight Time";
108 setStringArrayElement(env, java_row.get(), 3, long_dst);

Completed in 216 milliseconds