Home | History | Annotate | Download | only in intltest

Lines Matching defs:srcLength

303     int  srcLength = 0;       //   a specific test.
320 case 1: srcLength = 1; break;
321 case 2: srcLength = 5; break;
322 case 3: srcLength = cpCount / 3;
328 case 3: srcIndex = cpCount - srcLength; break;
329 case 4: srcIndex = cpCount - srcLength - 1; break;
332 if (srcIndex < 0 || srcIndex + srcLength > cpCount) {
347 case 4: destIndex = srcIndex + srcLength + 1; break;
357 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
361 u16Limit = u16Map[srcIndex+srcLength].nativeIdx;