Searched refs:projectionSize (Results 1 – 1 of 1) sorted by relevance
1107 int projectionSize = projection.length; in makeProjectionWithDateAndThreadId() local1108 String[] result = new String[projectionSize + 2]; in makeProjectionWithDateAndThreadId()1112 for (int i = 0; i < projectionSize; i++) { in makeProjectionWithDateAndThreadId()1306 int projectionSize = projection.length; in makeProjectionWithNormalizedDate() local1307 String[] result = new String[projectionSize + 1]; in makeProjectionWithNormalizedDate()1310 System.arraycopy(projection, 0, result, 1, projectionSize); in makeProjectionWithNormalizedDate()