Home | History | Annotate | Download | only in common

Lines Matching refs:cpLength

128     int32_t cpLength=U16_LENGTH(c);
129 if(remainingCapacity<cpLength && !resize(cpLength, errorCode)) {
132 remainingCapacity-=cpLength;
133 if(cpLength==1) {