Home | History | Annotate | Download | only in common

Lines Matching refs:spacesCountr

441 countSpaces(UChar *dest, int32_t size, uint32_t /*options*/, int32_t *spacesCountl, int32_t *spacesCountr) {
455 *spacesCountr = countr;
1483 int32_t outputSize, spacesCountl=0, spacesCountr=0;
1569 countSpaces(tempbuffer,sourceLength,options,&spacesCountl,&spacesCountr);
1570 invertBuffer(tempbuffer,sourceLength,options,spacesCountl,spacesCountr);
1622 countSpaces(tempbuffer,destLength,options,&spacesCountl,&spacesCountr);
1623 invertBuffer(tempbuffer,destLength,options,spacesCountl,spacesCountr);