Searched refs:toTitleCaseTimezoneLocation (Results 1 – 1 of 1) sorted by relevance
706 function toTitleCaseTimezoneLocation(location) { function1820 var result = toTitleCaseTimezoneLocation(match[1]) + '/' +1821 toTitleCaseTimezoneLocation(match[2]);1827 result = result + '/' + toTitleCaseTimezoneLocation(locations[i]);