Home
last modified time | relevance | path

Searched refs:hourOffset (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java1208 String hourOffset = timezone.substring(timezone.contains("+") ? 8 : 7); in handleTimeZoneName() local
1209 int hours = Integer.parseInt(hourOffset); in handleTimeZoneName()