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

/macosx-10.10/ICU-531.30/icuSources/common/
H A Dushape.cpp465 countSpaces(UChar *dest, int32_t size, uint32_t /*options*/, int32_t *spacesCountl, int32_t *spacesCountr) { argument
478 *spacesCountl = countl;
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 61 milliseconds