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

/external/icu/icu4c/source/common/
H A Dushape.cpp465 int32_t countl = 0,countr = 0; local
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; local
920 countl++;
927 if( countl>0 && isLamAlefChar(dest[i])) {
934 countl--;
936 if( countl
[all...]

Completed in 94 milliseconds