Home
last modified time | relevance | path

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

/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
DGeneratePhonePrefixData.java441 File textFile = inputOutputMapping.getKey(); in run() local
443 fileInputStream = new FileInputStream(textFile); in run()
445 removeEmptyEnglishMappings(mappings, textFile.getParentFile().getName()); in run()
446 makeDataFallbackToEnglish(textFile, mappings); in run()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBReporter.java147 File textFile = new File(directory, textField.getText()); in generateReports() local
181 FileWriter fw = new FileWriter(textFile); in generateReports()