Searched refs:countl (Results 1 – 1 of 1) sorted by relevance
465 int32_t countl = 0,countr = 0; in countSpaces() local466 while((dest[i] == SPACE_CHAR) && (countl < size)) { in countSpaces()467 countl++; in countSpaces()470 if (countl < size) { /* the entire buffer is not all space */ in countSpaces()476 *spacesCountl = countl; in countSpaces()905 int32_t countl = 0; in expandCompositCharAtBegin() local920 countl++; in expandCompositCharAtBegin()927 if( countl>0 && isLamAlefChar(dest[i])) { in expandCompositCharAtBegin()934 countl--; in expandCompositCharAtBegin()936 if( countl == 0 && isLamAlefChar(dest[i]) ) { in expandCompositCharAtBegin()