Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dnccbtst.c2728 UChar errChars[50]; /* should be sufficient */ in testConvertFromUnicode() local
2732 ucnv_getInvalidUChars(conv,errChars, &errLen, &err); in testConvertFromUnicode()
2738 if(u_strncmp(errChars,start,errLen)!=0){ in testConvertFromUnicode()
2923 char errChars[50]; /* should be sufficient */ in testConvertToUnicode() local
2927 ucnv_getInvalidChars(conv,errChars, &errLen, &err); in testConvertToUnicode()
2933 if(uprv_strncmp(errChars,start,errLen)!=0){ in testConvertToUnicode()
/external/icu/icu4c/source/common/
Ducnv.c2736 UChar *errChars, in ucnv_getInvalidUChars() argument
2744 if (len == NULL || errChars == NULL || converter == NULL) in ucnv_getInvalidUChars()
2756 uprv_memcpy (errChars, converter->invalidUCharBuffer, sizeof(UChar) * (*len)); in ucnv_getInvalidUChars()