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

/external/chromium_org/third_party/icu/source/common/
H A Dushape.cpp441 countSpaces(UChar *dest, int32_t size, uint32_t /*options*/, int32_t *spacesCountl, int32_t *spacesCountr) { argument
455 *spacesCountr = countr;
1476 int32_t outputSize, spacesCountl=0, spacesCountr=0; local
1562 countSpaces(tempbuffer,sourceLength,options,&spacesCountl,&spacesCountr);
1563 invertBuffer(tempbuffer,sourceLength,options,spacesCountl,spacesCountr);
1615 countSpaces(tempbuffer,destLength,options,&spacesCountl,&spacesCountr);
1616 invertBuffer(tempbuffer,destLength,options,spacesCountl,spacesCountr);
/external/icu/icu4c/source/common/
H A Dushape.cpp465 countSpaces(UChar *dest, int32_t size, uint32_t /*options*/, int32_t *spacesCountl, int32_t *spacesCountr) { argument
479 *spacesCountr = countr;
1500 int32_t outputSize, spacesCountl=0, spacesCountr=0; local
1586 countSpaces(tempbuffer,sourceLength,options,&spacesCountl,&spacesCountr);
1587 invertBuffer(tempbuffer,sourceLength,options,spacesCountl,spacesCountr);
1639 countSpaces(tempbuffer,destLength,options,&spacesCountl,&spacesCountr);
1640 invertBuffer(tempbuffer,destLength,options,spacesCountl,spacesCountr);

Completed in 117 milliseconds