Searched refs:errLen (Results 1 – 1 of 1) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | nccbtst.c | 2727 int8_t errLen = 50; in testConvertFromUnicode() local 2730 ucnv_getInvalidUChars(conv,errChars, &errLen, &err); in testConvertFromUnicode() 2735 start = src - errLen; in testConvertFromUnicode() 2736 if(u_strncmp(errChars,start,errLen)!=0){ in testConvertFromUnicode() 2922 int8_t errLen = 50; in testConvertToUnicode() local 2925 ucnv_getInvalidChars(conv,errChars, &errLen, &err); in testConvertToUnicode() 2930 start = src - errLen; in testConvertToUnicode() 2931 if(uprv_strncmp(errChars,start,errLen)!=0){ in testConvertToUnicode()
|