Searched refs:strarray (Results 1 – 2 of 2) sorted by relevance
215 private static String[] copy(String[] strarray) { in copy() argument216 return Arrays.copyOf(strarray, strarray.length); in copy()
1910 private static String[] copy(String[] strarray) { in copy() argument1911 return Arrays.copyOf(strarray, strarray.length); in copy()