Home | History | Annotate | Download | only in java

Lines Matching defs:to

10  * Unless required by applicable law or agreed to in writing, software
32 // Note that the links must be declared prior to the zone names.
33 // A zone name is a filename relative to the source directory such as
36 // Use the 'zic' command-line tool to convert from flat files
37 // (such as 'africa' or 'northamerica') to a directory
86 String to = st.nextToken();
88 links.put(from, to);
108 String to = links.get(from);
110 offsets.put(from, offsets.get(to));
111 lengths.put(from, lengths.get(to));
128 // Write dummy values for the three offsets, and remember where we need to seek back to later
150 // Follow the chain of links to work out where the real data for this zone lives.
159 f.writeInt(0); // Used to be raw GMT offset. No longer used.