Home | History | Annotate | Download | only in common

Lines Matching full:countl

443     int32_t countl = 0,countr = 0;
444 while((dest[i] == SPACE_CHAR) && (countl < size)) {
445 countl++;
448 if (countl < size) { /* the entire buffer is not all space */
454 *spacesCountl = countl;
888 int32_t countl = 0;
903 countl++;
910 if( countl>0 && isLamAlefChar(dest[i])) {
917 countl--;
919 if( countl == 0 && isLamAlefChar(dest[i]) ) {