Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dushape.cpp463 …es(UChar *dest, int32_t size, uint32_t /*options*/, int32_t *spacesCountl, int32_t *spacesCountr) { in countSpaces() argument
477 *spacesCountr = countr; in countSpaces()
1498 int32_t outputSize, spacesCountl=0, spacesCountr=0; in u_shapeArabic() local
1584 countSpaces(tempbuffer,sourceLength,options,&spacesCountl,&spacesCountr); in u_shapeArabic()
1585 invertBuffer(tempbuffer,sourceLength,options,spacesCountl,spacesCountr); in u_shapeArabic()
1637 countSpaces(tempbuffer,destLength,options,&spacesCountl,&spacesCountr); in u_shapeArabic()
1638 invertBuffer(tempbuffer,destLength,options,spacesCountl,spacesCountr); in u_shapeArabic()