Searched refs:findMatchToPrefix (Results 1 – 1 of 1) sorted by relevance
344 Scope scope = findMatchToPrefix(parts[IsoColumn.Scope.ordinal()], Scope.values()); in getData()347 Type type = findMatchToPrefix(parts[IsoColumn.Type.ordinal()], Type.values()); in getData()603 public static <T> T findMatchToPrefix(String prefix, T[] values) { in findMatchToPrefix() method in Iso639Data