HomeSort by relevance Sort by last modified time
    Searched full:yearsign (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/time/
format_test.go 125 yearSign int // sign of year, -1 indicates the year is not present in the format
343 if test.yearSign >= 0 && test.yearSign*time.Year() != 2010 {
  /prebuilts/go/linux-x86/src/time/
format_test.go 125 yearSign int // sign of year, -1 indicates the year is not present in the format
343 if test.yearSign >= 0 && test.yearSign*time.Year() != 2010 {

Completed in 533 milliseconds