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

  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 126 int32_t type; // index into 'ZoneInfo.types' 0..255
142 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1
159 // with a list of the ZoneTypes. A ZoneInfo object may have a long
163 // zoneinfo file.
164 struct ZoneInfo {
181 ZoneInfo() : finalYear(-1), aliasTo(-1) {}
209 void ZoneInfo::clearAliases() {
214 void ZoneInfo::addAlias(int32_t index) {
219 void ZoneInfo::setAliasTo(int32_t index) {
225 typedef map<string, ZoneInfo> ZoneMap
    [all...]
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_test.go 17 panic(fmt.Errorf("zoneinfo initialized before first LoadLocation"))
25 const env = "ZONEINFO"
34 if zoneinfo := time.ZoneinfoForTesting(); testZoneinfo != *zoneinfo {
35 t.Errorf("zoneinfo does not match env variable: got %q want %q", zoneinfo, testZoneinfo)
41 const env = "ZONEINFO"
zoneinfo.go 13 //go:generate env ZONEINFO=$GOROOT/lib/time/zoneinfo.zip go run genzabbrs.go -output zoneinfo_abbrs_windows.go
262 var zoneinfo *string var
276 // named by the ZONEINFO environment variable, if any, then looks in
278 // and finally looks in $GOROOT/lib/time/zoneinfo.zip.
292 env, _ := syscall.Getenv("ZONEINFO")
293 zoneinfo = &env
295 if *zoneinfo != "" {
296 if zoneData, err := loadTzinfoFromDirOrZip(*zoneinfo, name); err == nil {
  /prebuilts/go/linux-x86/src/time/
zoneinfo_test.go 17 panic(fmt.Errorf("zoneinfo initialized before first LoadLocation"))
25 const env = "ZONEINFO"
34 if zoneinfo := time.ZoneinfoForTesting(); testZoneinfo != *zoneinfo {
35 t.Errorf("zoneinfo does not match env variable: got %q want %q", zoneinfo, testZoneinfo)
41 const env = "ZONEINFO"
zoneinfo.go 13 //go:generate env ZONEINFO=$GOROOT/lib/time/zoneinfo.zip go run genzabbrs.go -output zoneinfo_abbrs_windows.go
262 var zoneinfo *string var
276 // named by the ZONEINFO environment variable, if any, then looks in
278 // and finally looks in $GOROOT/lib/time/zoneinfo.zip.
292 env, _ := syscall.Getenv("ZONEINFO")
293 zoneinfo = &env
295 if *zoneinfo != "" {
296 if zoneData, err := loadTzinfoFromDirOrZip(*zoneinfo, name); err == nil {
  /external/icu/icu4c/source/data/
Makefile.in     [all...]

Completed in 224 milliseconds