Lines Matching full:countl
465 int32_t countl = 0,countr = 0;
466 while((dest[i] == SPACE_CHAR) && (countl < size)) {
467 countl++;
470 if (countl < size) { /* the entire buffer is not all space */
476 *spacesCountl = countl;
905 int32_t countl = 0;
920 countl++;
927 if( countl>0 && isLamAlefChar(dest[i])) {
934 countl--;
936 if( countl == 0 && isLamAlefChar(dest[i]) ) {