Home
last modified time | relevance | path

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

/external/icu/tools/
DZoneCompactor.java136 String actualZoneName = zoneName; in ZoneCompactor() local
137 while (links.get(actualZoneName) != null) { in ZoneCompactor()
138 actualZoneName = links.get(actualZoneName); in ZoneCompactor()
142 f.writeInt(offsets.get(actualZoneName)); in ZoneCompactor()
143 f.writeInt(lengths.get(actualZoneName)); in ZoneCompactor()