Lines Matching refs:mapLen
2487 int mapLen = lowerCharArray.length;
2488 if (mapLen > srcCount) {
2489 char[] result2 = new char[result.length + mapLen - srcCount];
2493 for (int x = 0; x < mapLen; ++x) {
2496 resultOffset += (mapLen - srcCount);
2650 int mapLen = upperCharArray.length;
2651 if (mapLen > srcCount) {
2652 char[] result2 = new char[result.length + mapLen - srcCount];
2656 for (int x = 0; x < mapLen; ++x) {
2659 resultOffset += (mapLen - srcCount);