Home
last modified time | relevance | path

Searched refs:errChars (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dnccbtst.c2730 UChar errChars[50]; /* should be sufficient */ in testConvertFromUnicode() local
2734 ucnv_getInvalidUChars(conv,errChars, &errLen, &err); in testConvertFromUnicode()
2740 if(u_strncmp(errChars,start,errLen)!=0){ in testConvertFromUnicode()
2925 char errChars[50]; /* should be sufficient */ in testConvertToUnicode() local
2929 ucnv_getInvalidChars(conv,errChars, &errLen, &err); in testConvertToUnicode()
2935 if(uprv_strncmp(errChars,start,errLen)!=0){ in testConvertToUnicode()
/external/icu/icu4c/source/common/
Ducnv.cpp2728 UChar *errChars, in ucnv_getInvalidUChars() argument
2736 if (len == NULL || errChars == NULL || converter == NULL) in ucnv_getInvalidUChars()
2748 u_memcpy (errChars, converter->invalidUCharBuffer, *len); in ucnv_getInvalidUChars()