Searched refs:toTitleCaseTimezoneLocation (Results 1 – 1 of 1) sorted by relevance
702 function toTitleCaseTimezoneLocation(location) { function1828 var result = toTitleCaseTimezoneLocation(match[1]) + '/' +1829 toTitleCaseTimezoneLocation(match[2]);1835 result = result + '/' + toTitleCaseTimezoneLocation(locations[i]);