Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucnv_detectUnicodeSignature

1690             enc = ucnv_detectUnicodeSignature(source, -1 , &signatureLength, &err);
1692 log_err("ucnv_detectUnicodeSignature failed for source : %s at index :%i. Error: %s\n", source,i,u_errorName(err));
1696 log_err("ucnv_detectUnicodeSignature failed for source : %s at index :%i. Expected: %s. Got: %s\n",source,i,expected[i],enc);
1700 log_err("ucnv_detectUnicodeSignature failed for source : %s at index :%i.Expected Length: %i. Got length: %i\n",source,i,signatureLength,expectedLength[i]);
1804 enc = ucnv_detectUnicodeSignature(source, sourceLength , &signatureLength, &err);
1806 log_err("ucnv_detectUnicodeSignature test2 failed for source : %s at index :%i. Error: %s\n", source,i,u_errorName(err));
1811 log_err("ucnv_detectUnicodeSignature
1816 log_err("ucnv_detectUnicodeSignature test2 failed for source : %s at index :%i.Expected Length: %i. Got length: %i\n",source,i,signatureLength,expectedLength[i]);