Home | History | Annotate | Download | only in tools

Lines Matching defs:to

17 // Note that the links must be declared prior to the zone names.
18 // A zone name is a filename relative to the source directory such as
21 // Use the 'zic' command-line tool to convert from flat files
22 // (such as 'africa' or 'northamerica') to a directory
71 String to = st.nextToken();
73 links.put(from, to);
93 String to = links.get(from);
95 offsets.put(from, offsets.get(to));
96 lengths.put(from, lengths.get(to));
113 // Write dummy values for the three offsets, and remember where we need to seek back to later
135 // Follow the chain of links to work out where the real data for this zone lives.
144 f.writeInt(0); // Used to be raw GMT offset. No longer used.