Searched refs:spacesCountr (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/common/ |
D | ushape.c | 441 countSpaces(UChar *dest,int32_t size,uint64_t options,int32_t *spacesCountl,int32_t *spacesCountr) { in countSpaces() argument 454 *spacesCountr = countr; in countSpaces() 1501 int32_t outputSize, spacesCountl=0, spacesCountr=0; in u_shapeArabic() local 1587 countSpaces(tempbuffer,sourceLength,options,&spacesCountl,&spacesCountr); in u_shapeArabic() 1588 invertBuffer(tempbuffer,sourceLength,options,spacesCountl,spacesCountr); in u_shapeArabic() 1641 countSpaces(tempbuffer,destLength,options,&spacesCountl,&spacesCountr); in u_shapeArabic() 1642 invertBuffer(tempbuffer,destLength,options,spacesCountl,spacesCountr); in u_shapeArabic()
|