Home | History | Annotate | Download | only in intltest

Lines Matching full:subchar

281                 cc.setSub=0; // default: no subchar
284 // read NUL-separated subchar first, if any
285 // copy the subchar from Latin-1 characters
291 if(length<=0 || length>=(int32_t)sizeof(cc.subchar)) {
297 cc.subchar[j]=(char)p[j];
299 // NUL-terminate the subchar
300 cc.subchar[j]=0;
304 // remove the NUL and subchar from s
1406 // set the subchar
1410 length=(int32_t)strlen(cc.subchar);
1411 ucnv_setSubstChars(cnv, cc.subchar, (int8_t)length, &errorCode);