Searched refs:fastSplit (Results 1 – 2 of 2) sorted by relevance
39 public static String[] fastSplit(String re, String input, int limit) { in fastSplit() method in Splitter105 String[] fastResult = fastSplit(re, input, limit); in split()
1657 String[] result = java.util.regex.Splitter.fastSplit(regularExpression, this, limit); in split()