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

/macosx-10.10/ICU-531.30/icuSources/common/
H A Dushape.cpp467 int32_t countl = 0,countr = 0; local
468 while((dest[i] == SPACE_CHAR) && (countl < size)) {
469 countl++;
472 if (countl < size) { /* the entire buffer is not all space */
478 *spacesCountl = countl;
907 int32_t countl = 0; local
922 countl++;
929 if( countl>0 && isLamAlefChar(dest[i])) {
936 countl--;
938 if( countl
[all...]

Completed in 113 milliseconds