Searched refs:projectionSize (Results 1 – 1 of 1) sorted by relevance
986 int projectionSize = projection.length; in makeProjectionWithDateAndThreadId() local987 String[] result = new String[projectionSize + 2]; in makeProjectionWithDateAndThreadId()991 for (int i = 0; i < projectionSize; i++) { in makeProjectionWithDateAndThreadId()1184 int projectionSize = projection.length; in makeProjectionWithNormalizedDate() local1185 String[] result = new String[projectionSize + 1]; in makeProjectionWithNormalizedDate()1188 System.arraycopy(projection, 0, result, 1, projectionSize); in makeProjectionWithNormalizedDate()