Home | History | Annotate | Download | only in phonenumbers

Lines Matching defs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
76 InputStream in = item.openStream();
80 phoneNumber = Streams.asString(in, UTF_8.name());
82 defaultCountry = Streams.asString(in).toUpperCase();
84 String languageEntered = Streams.asString(in).toLowerCase();
89 regionCode = Streams.asString(in).toUpperCase();
93 fileContents = IOUtils.toString(in);
95 IOUtils.closeQuietly(in);
107 // Redirect to a URL with the given input encoded in the query parameters.
141 "<HTML><HEAD><TITLE>Results generated from phone numbers in the file provided:"
209 // UTF-8 is guaranteed in Java, so this should be impossible.
224 // Issue template. This must be kept in sync with the template in
228 + "in the template below.\n\n");
251 // UTF-8 is guaranteed in Java, so this should be impossible.
376 // there are no dial-pad characters in the supplementary range.