Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dushape.cpp465 int32_t countl = 0,countr = 0; in countSpaces() local
472 countr++; in countSpaces()
477 *spacesCountr = countr; in countSpaces()
966 int32_t countr = 0; in expandCompositCharAtEnd() local
981 countr++; in expandCompositCharAtEnd()
985 i = sourceLength - countr - 1; in expandCompositCharAtEnd()
989 if( countr>0 && isLamAlefChar(dest[i]) ) { in expandCompositCharAtEnd()
993 countr--; in expandCompositCharAtEnd()
995 if ((countr == 0) && isLamAlefChar(dest[i]) ) { in expandCompositCharAtEnd()
1004 if(countr > 0) { in expandCompositCharAtEnd()
[all …]