Home | History | Annotate | Download | only in cintltst

Lines Matching defs:expectedLength

1660         static const int32_t expectedLength[] ={
1700 if(signatureLength != expectedLength[i]){
1701 log_err("ucnv_detectUnicodeSignature failed for source : %s at index :%i.Expected Length: %i. Got length: %i\n",source,i,signatureLength,expectedLength[i]);
1773 static const int32_t expectedLength[] ={
1816 if(signatureLength != expectedLength[i]){
1817 log_err("ucnv_detectUnicodeSignature test2 failed for source : %s at index :%i.Expected Length: %i. Got length: %i\n",source,i,signatureLength,expectedLength[i]);