Home
last modified time | relevance | path

Searched defs:exportCsv (Results 1 - 5 of 5) sorted by relevance

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DAltFormatsSchema.java135 public static boolean exportCsv(Writer csv, List<AltFormatSpec> altFormats) { in exportCsv() method in AltFormatsSchema
H A DCommentsSchema.java123 public static boolean exportCsv(Writer csv, List<Comment> comments) { in exportCsv() method in CommentsSchema
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/model/
H A DCommentsSchemaTest.java145 private static List<String> exportCsv(Comment... comments) throws IOException { in exportCsv() method in CommentsSchemaTest
H A DAltFormatsSchemaTest.java99 private static List<String> exportCsv(AltFormatSpec... altFormats) throws IOException { in exportCsv() method in AltFormatsSchemaTest
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTable.java390 public boolean exportCsv(Writer writer, boolean align) { in exportCsv() method in CsvTable

Completed in 3 milliseconds