Home
last modified time | relevance | path

Searched refs:zid (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DZoneMeta.java312 private static int getZoneIndex(String zid) { in getZoneIndex() argument
327 int r = zid.compareTo(all[mid]); in getZoneIndex()
794 String zid = formatCustomID(hour, min, sec, negative); in getCustomTimeZone()
796 return new SimpleTimeZone(offset, zid); in getCustomTimeZone()
804 StringBuilder zid = new StringBuilder(kCUSTOM_TZ_PREFIX); in formatCustomID()
807 zid.append('-'); in formatCustomID()
809 zid.append('+'); in formatCustomID()
813 zid.append('0'); in formatCustomID()
815 zid.append(hour); in formatCustomID()
816 zid in formatCustomID()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DZoneMeta.java313 private static int getZoneIndex(String zid) { in getZoneIndex() argument
328 int r = zid.compareTo(all[mid]); in getZoneIndex()
795 String zid = formatCustomID(hour, min, sec, negative); in getCustomTimeZone()
797 return new SimpleTimeZone(offset, zid); in getCustomTimeZone()
805 StringBuilder zid = new StringBuilder(kCUSTOM_TZ_PREFIX); in formatCustomID()
808 zid.append('-'); in formatCustomID()
810 zid.append('+'); in formatCustomID()
814 zid.append('0'); in formatCustomID()
816 zid.append(hour); in formatCustomID()
817 zid in formatCustomID()
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp245 const UnicodeString* zid = zenum->snext(status); in next() local
246 if (zid != NULL) { in next()
247 tz = TimeZone::createTimeZone(*zid); in next()
H A Dtz2icu.cpp1738 const string& zid(i->first); in main()
1739 if (reverseCountryMap.find(zid) != reverseCountryMap.end()) { in main()
1742 cout << "Region Mapping: custom data zone=" << zid in main()
1745 reverseCountryMap[zid] = i->second; in main()
1746 countryMap[i->second].insert(zid); in main()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dicuzdump.cpp243 const UnicodeString* zid = zenum->snext(status); in next() local
244 if (zid != NULL) { in next()
245 tz = TimeZone::createTimeZone(*zid); in next()
H A Dtz2icu.cpp1738 const string& zid(i->first); in main()
1739 if (reverseCountryMap.find(zid) != reverseCountryMap.end()) { in main()
1742 cout << "Region Mapping: custom data zone=" << zid in main()
1745 reverseCountryMap[zid] = i->second; in main()
1746 countryMap[i->second].insert(zid); in main()
/third_party/node/deps/icu-small/source/i18n/
H A Dzonemeta.cpp875 UnicodeString zid; in createCustomTimeZone() local
876 formatCustomID(hour, min, sec, negative, zid); in createCustomTimeZone()
877 return new SimpleTimeZone(offset, zid); in createCustomTimeZone()
/third_party/icu/icu4c/source/i18n/
H A Dzonemeta.cpp845 UnicodeString zid; in createCustomTimeZone() local
846 formatCustomID(hour, min, sec, negative, zid); in createCustomTimeZone()
847 return new SimpleTimeZone(offset, zid); in createCustomTimeZone()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dzonemeta.cpp859 UnicodeString zid; in createCustomTimeZone() local
860 formatCustomID(hour, min, sec, negative, zid); in createCustomTimeZone()
861 return new SimpleTimeZone(offset, zid); in createCustomTimeZone()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 14 milliseconds