Home
last modified time | relevance | path

Searched refs:errLen (Results 1 - 1 of 1) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dnccbtst.c2728 int8_t errLen = 50; in testConvertFromUnicode() local
2731 ucnv_getInvalidUChars(conv,errChars, &errLen, &err); in testConvertFromUnicode()
2736 start = src - errLen; in testConvertFromUnicode()
2737 if(u_strncmp(errChars,start,errLen)!=0){ in testConvertFromUnicode()
2923 int8_t errLen = 50; in testConvertToUnicode() local
2926 ucnv_getInvalidChars(conv,errChars, &errLen, &err); in testConvertToUnicode()
2931 start = src - errLen; in testConvertToUnicode()
2932 if(uprv_strncmp(errChars,start,errLen)!=0){ in testConvertToUnicode()

Completed in 5 milliseconds