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
68 InputStream in = item.openStream();
72 phoneNumber = Streams.asString(in, "UTF-8");
74 defaultCountry = Streams.asString(in).toUpperCase();
76 String languageEntered = Streams.asString(in).toLowerCase();
81 regionCode = Streams.asString(in).toUpperCase();
85 fileContents = IOUtils.toString(in);
87 IOUtils.closeQuietly(in);
120 output.append("<HTML><HEAD><TITLE>Results generated from phone numbers in the file provided:"
248 // there are no dial-pad characters in the supplementary range.