Searched refs:arrays (Results 1 – 9 of 9) sorted by relevance
33 static int[] concatIntArrays(int[]... arrays) { in concatIntArrays() argument35 if (0 == arrays.length) return new int[] {}; in concatIntArrays()36 if (1 == arrays.length) return arrays[0]; in concatIntArrays()39 int totalSize = Arrays.stream(arrays).mapToInt((int[] array) -> array.length).sum(); in concatIntArrays()40 int[] newArray = Arrays.copyOf(arrays[0], totalSize); in concatIntArrays()41 int usedSize = arrays[0].length; in concatIntArrays()42 for (int i = 1; i < arrays.length; ++i) { in concatIntArrays()43 int[] array = arrays[i]; in concatIntArrays()
458 /* package */ static void checkFlatPtNodeArrayList(final ArrayList<PtNodeArray> arrays) { in checkFlatPtNodeArrayList() argument461 for (final PtNodeArray ptNodeArray : arrays) { in checkFlatPtNodeArrayList()
45 …ON document can be any JSON value. In earlier RFC 4627, only objects or arrays were allowed as ro…369 …h lacks allocator parameter. For string literals (or constant character arrays), simply passing t…
1302 private static <T> T[] combine(T[]... arrays) { in combine() argument1303 if (arrays.length == 0) { in combine()1308 for (T[] array : arrays) { in combine()1312 T[] finalArray = (T[]) (Array.newInstance(arrays[0].getClass().getComponentType(), in combine()1316 for (T[] array : arrays) { in combine()
2427 Landroid/icu/text/DateFormatSymbols$CalendarDataSink;->arrays:Ljava/util/Map;
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...