Searched refs:HoursWestIsValid (Results 1 – 4 of 4) sorted by relevance
152 if (HoursWestIsValid(timeOfZone.hoursWest_)) { in GetTimeOfZone()177 bool HoursWestIsValid(int32_t& hoursWest) in HoursWestIsValid() function
79 bool HoursWestIsValid(int32_t& hoursWest);
71 bool HoursWestIsValid(int32_t hoursWest) in HoursWestIsValid() function101 if (hourWestVal->IsNumber() && HoursWestIsValid(hourWestVal->ToNumber<int32_t>())) { in Create()
47 bool HoursWestIsValid(int32_t hoursWest) in HoursWestIsValid() function421 if (hourWestVal->IsNumber() && HoursWestIsValid(hourWestVal->Int32Value(vm))) { in SetTextClockTimeZoneOffset()