Home | History | Annotate | Download | only in common

Lines Matching refs:cpLength

125     int32_t cpLength=U16_LENGTH(c);
126 if(remainingCapacity<cpLength && !resize(cpLength, errorCode)) {
129 remainingCapacity-=cpLength;
130 if(cpLength==1) {