Home | History | Annotate | Download | only in common

Lines Matching full:buffercapacity

833                      char* buffer, int32_t bufferCapacity,
899 if(startSearchHere && startSearchHere - nextSeparator < bufferCapacity) {
904 result = u_terminateChars(buffer, bufferCapacity, (int32_t)(startSearchHere - nextSeparator), status);
905 } else if(!startSearchHere && (int32_t)uprv_strlen(nextSeparator) < bufferCapacity) { /* last item in string */
911 result = u_terminateChars(buffer, bufferCapacity, i, status);
931 char* buffer, int32_t bufferCapacity,
953 if(bufferCapacity>1) {
959 if(bufferCapacity<bufLen) {
989 if(needLen >= bufferCapacity) {
1062 if((bufLen+delta) >= bufferCapacity) {
1098 if(needLen >= bufferCapacity) {