Lines Matching refs:Std
26 // values "MUI_Std" and MUI_Dlt" or "Std" and "Dlt" (the latter down-level
35 var std, dlt string
37 // Try MUI_Std and MUI_Dlt first, fallback to Std and Dlt if *any* error occurs
38 std, err = k.GetMUIStringValue("MUI_Std")
43 if err != nil { // Fallback to Std and Dlt
44 if std, _, err = k.GetStringValue("Std"); err != nil {
52 if std != stdname {
95 func abbrev(z *syscall.Timezoneinformation) (std, dst string) {
105 return a.std, a.dst
111 return a.std, a.dst
155 std := &l.zone[0]
156 std.name = stdname
159 std.offset = -int(i.Bias) * 60
162 l.cacheZone = std
172 std.offset = -int(i.Bias+i.StandardBias) * 60