Home | History | Annotate | Download | only in intltest

Lines Matching defs:srcLength

305     int  srcLength = 0;       //   a specific test.
322 case 1: srcLength = 1; break;
323 case 2: srcLength = 5; break;
324 case 3: srcLength = cpCount / 3;
330 case 3: srcIndex = cpCount - srcLength; break;
331 case 4: srcIndex = cpCount - srcLength - 1; break;
334 if (srcIndex < 0 || srcIndex + srcLength > cpCount) {
349 case 4: destIndex = srcIndex + srcLength + 1; break;
359 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
363 u16Limit = u16Map[srcIndex+srcLength].nativeIdx;