Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucnv_fromUChars

2876     numCharsInTarget=ucnv_fromUChars(cnv, cTarget, (int32_t)(cTargetLimit-cTarget), uSource, (int32_t)(uSourceLimit-uSource), &errorCode);
5432 bytes_needed = ucnv_fromUChars(utf8cnv, buff, target_cap,
5436 log_err("ucnv_fromUChars returns different values for required capacity in pre-flight and conversion modes");
5463 bytes_needed = ucnv_fromUChars(conv,target,256,src,u_strlen(src),&status);
5466 log_err("ucnv_fromUChars returns different values for required capacity in pre-flight and conversion modes");
5471 log_err("An error occured in ucnv_fromUChars. Error: %s", u_errorName(status));