Searched refs:errLen (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | nccbtst.c | 2731 int8_t errLen = 50; in testConvertFromUnicode() local 2734 ucnv_getInvalidUChars(conv,errChars, &errLen, &err); in testConvertFromUnicode() 2739 start = src - errLen; in testConvertFromUnicode() 2740 if(u_strncmp(errChars,start,errLen)!=0){ in testConvertFromUnicode() 2926 int8_t errLen = 50; in testConvertToUnicode() local 2929 ucnv_getInvalidChars(conv,errChars, &errLen, &err); in testConvertToUnicode() 2934 start = src - errLen; in testConvertToUnicode() 2935 if(uprv_strncmp(errChars,start,errLen)!=0){ in testConvertToUnicode()
|