Home
last modified time | relevance | path

Searched +defs:read +defs:csv (Results 1 – 4 of 4) sorted by relevance

/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
DRecipesTableSchema.java94 public static RangeKey read(List<String> parts) { in read() method in RecipesTableSchema
133 public static RangeTable toRangeTable(CsvTable<RangeKey> csv) { in toRangeTable()
150 CsvTable.Builder<RangeKey> csv = CsvTable.builder(SCHEMA); in toCsv() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DShortcodesTableSchema.java98 private static ShortcodeKey read(List<String> parts) { in read() method in ShortcodesTableSchema.ShortcodeKey
191 CsvTable.Builder<ShortcodeKey> csv = CsvTable.builder(SCHEMA); in toCsv() local
208 CsvTable<ShortcodeKey> csv) { in toShortcodeTables()
DExamplesTableSchema.java107 toExampleTable(CsvTable<ExampleNumberKey> csv) { in toExampleTable()
120 private static ExampleNumberKey read(List<String> parts) { in read() method in ExamplesTableSchema
DRangesTableSchema.java285 CsvTable.Builder<RangeKey> csv = CsvTable.builder(SCHEMA); in toCsv() local
317 public static RangeTable toRangeTable(CsvTable<RangeKey> csv) { in toRangeTable()
341 public static RangeKey read(List<String> parts) { in read() method in RangesTableSchema