Home | History | Annotate | Download | only in cintltst

Lines Matching full:errchars

2753         UChar errChars[50]; /* should be sufficient */
2758 ucnv_getInvalidUChars(conv,errChars, &errLen, &err);
2766 if(u_strncmp(errChars,start,errLen)!=0){
2951 char errChars[50]; /* should be sufficient */
2956 ucnv_getInvalidChars(conv,errChars, &errLen, &err);
2964 if(uprv_strncmp(errChars,start,errLen)!=0){