Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dushape.cpp467 int32_t countl = 0,countr = 0; in countSpaces() local
468 while((dest[i] == SPACE_CHAR) && (countl < size)) { in countSpaces()
469 countl++; in countSpaces()
472 if (countl < size) { /* the entire buffer is not all space */ in countSpaces()
478 *spacesCountl = countl; in countSpaces()
907 int32_t countl = 0; in expandCompositCharAtBegin() local
922 countl++; in expandCompositCharAtBegin()
929 if( countl>0 && isLamAlefChar(dest[i])) { in expandCompositCharAtBegin()
936 countl--; in expandCompositCharAtBegin()
938 if( countl == 0 && isLamAlefChar(dest[i]) ) { in expandCompositCharAtBegin()