Searched refs:errChars (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | nccbtst.c | 2730 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/ |
D | ucnv.cpp | 2720 UChar *errChars, in ucnv_getInvalidUChars() argument 2728 if (len == NULL || errChars == NULL || converter == NULL) in ucnv_getInvalidUChars() 2740 u_memcpy (errChars, converter->invalidUCharBuffer, *len); in ucnv_getInvalidUChars()
|