Lines Matching refs:Std
22 // values "MUI_Std" and MUI_Dlt" or "Std" and "Dlt" (the latter down-level
31 var std, dlt string
33 // Try MUI_Std and MUI_Dlt first, fallback to Std and Dlt if *any* error occurs
34 std, err = k.GetMUIStringValue("MUI_Std")
39 if err != nil { // Fallback to Std and Dlt
40 if std, _, err = k.GetStringValue("Std"); err != nil {
48 if std != stdname {
91 func abbrev(z *syscall.Timezoneinformation) (std, dst string) {
101 return a.std, a.dst
107 return a.std, a.dst
151 std := &l.zone[0]
152 std.name = stdname
155 std.offset = -int(i.Bias) * 60
158 l.cacheZone = std
168 std.offset = -int(i.Bias+i.StandardBias) * 60