Home | History | Annotate | Download | only in text

Lines Matching refs:wL

1299           int wL = countSpaceSub(dest, length, LAMALEF_SPACE_SUB);
1312 while (wL > start) {
1313 dest[--wL] = SPACE_CHAR;
1336 wL = flipArray(dest,start,e, wL);
1337 length = wL - start;
1359 wL = flipArray(dest,start,e, wL);
1360 while (wL < e) {
1361 dest[wL++] = SPACE_CHAR;