Searched refs:errChars (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | nccbtst.c | 2726 UChar errChars[50]; /* should be sufficient */ in testConvertFromUnicode() local 2730 ucnv_getInvalidUChars(conv,errChars, &errLen, &err); in testConvertFromUnicode() 2736 if(u_strncmp(errChars,start,errLen)!=0){ in testConvertFromUnicode() 2921 char errChars[50]; /* should be sufficient */ in testConvertToUnicode() local 2925 ucnv_getInvalidChars(conv,errChars, &errLen, &err); in testConvertToUnicode() 2931 if(uprv_strncmp(errChars,start,errLen)!=0){ in testConvertToUnicode()
|
/third_party/node/deps/icu-small/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()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/skia/third_party/externals/icu/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()
|
/third_party/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()
|