Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dushape.cpp467 int32_t countl = 0,countr = 0; in countSpaces() local
474 countr++; in countSpaces()
479 *spacesCountr = countr; in countSpaces()
968 int32_t countr = 0; in expandCompositCharAtEnd() local
983 countr++; in expandCompositCharAtEnd()
987 i = sourceLength - countr - 1; in expandCompositCharAtEnd()
991 if( countr>0 && isLamAlefChar(dest[i]) ) { in expandCompositCharAtEnd()
995 countr--; in expandCompositCharAtEnd()
997 if ((countr == 0) && isLamAlefChar(dest[i]) ) { in expandCompositCharAtEnd()
1006 if(countr > 0) { in expandCompositCharAtEnd()
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_internal.h52 void *InternalCalloc(uptr countr, uptr size,