Lines Matching full:std0x
130 // std0x records the std values for "01", "02", ..., "06".
131 var std0x = [...]int{stdZeroMonth, stdZeroDay, stdZeroHour12, stdZeroMinute, stdZeroSecond, stdYear}
175 return layout[0:i], std0x[layout[i+1]-'1'], layout[i+2:]