Home | History | Annotate | Download | only in intltest

Lines Matching refs:subString

311                     if(length<0 || length>=UPRV_LENGTHOF(cc.subString)) {
314 u_memcpy(cc.subString, p, length);
315 // NUL-terminate the subString
316 cc.subString[length]=0;
320 // remove the equal sign and subString from s
1493 ucnv_setSubstString(cnv, cc.subString, -1, &errorCode);