Searched refs:fastSplit (Results 1 – 2 of 2) sorted by relevance
1120 String[] fast = fastSplit(pattern, input.toString(), limit); in split()1187 public static String[] fastSplit(String re, String input, int limit) { in fastSplit() method in Pattern
3012 String[] fast = Pattern.fastSplit(regex, this, limit); in split()