HomeSort by relevance Sort by last modified time
    Searched refs:countl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ushape.cpp 443 int32_t countl = 0,countr = 0; local
444 while((dest[i] == SPACE_CHAR) && (countl < size)) {
445 countl++;
448 if (countl < size) { /* the entire buffer is not all space */
454 *spacesCountl = countl;
883 int32_t countl = 0; local
898 countl++;
905 if( countl>0 && isLamAlefChar(dest[i])) {
912 countl--;
914 if( countl == 0 && isLamAlefChar(dest[i]) )
    [all...]
  /external/icu/icu4c/source/common/
ushape.cpp 467 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 == 0 && isLamAlefChar(dest[i]) )
    [all...]

Completed in 47 milliseconds