Home
last modified time | relevance | path

Searched refs:countr (Results 1 – 2 of 2) 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 …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_internal.h52 void *InternalCalloc(uptr countr, uptr size,