Home | History | Annotate | Download | only in intltest

Lines Matching refs:subString

310                     if(length<0 || length>=LENGTHOF(cc.subString)) {
313 u_memcpy(cc.subString, p, length);
314 // NUL-terminate the subString
315 cc.subString[length]=0;
319 // remove the equal sign and subString from s
1421 ucnv_setSubstString(cnv, cc.subString, -1, &errorCode);