Home | History | Annotate | Download | only in common

Lines Matching refs:cpLength

130     int32_t cpLength=U16_LENGTH(c);
131 if(remainingCapacity<cpLength && !resize(cpLength, errorCode)) {
134 remainingCapacity-=cpLength;
135 if(cpLength==1) {