Home
last modified time | relevance | path

Searched refs:countl (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dushape.cpp465 int32_t countl = 0,countr = 0; in countSpaces() local
466 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() local
920 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()