Searched refs:U_BUFFER_OVERFLOW_ERROR (Results 76 - 100 of 163) sorted by relevance

1234567

/external/icu4c/tools/toolutil/
H A Dtoolutil.cpp140 *status = U_BUFFER_OVERFLOW_ERROR;
H A Dunewdata.c79 *pErrorCode = U_BUFFER_OVERFLOW_ERROR;
H A Dpkgitems.cpp154 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
267 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dutypes.h565 U_BUFFER_OVERFLOW_ERROR = 15, /**< A result would not fit in the supplied buffer */ enumerator in enum:UErrorCode
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dutypes.h565 U_BUFFER_OVERFLOW_ERROR = 15, /**< A result would not fit in the supplied buffer */ enumerator in enum:UErrorCode
/external/webkit/Source/WebCore/icu/unicode/
H A Dutypes.h565 U_BUFFER_OVERFLOW_ERROR = 15, /**< A result would not fit in the supplied buffer */ enumerator in enum:UErrorCode
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dutypes.h565 U_BUFFER_OVERFLOW_ERROR = 15, /**< A result would not fit in the supplied buffer */ enumerator in enum:UErrorCode
/external/icu4c/common/
H A Dunorm_it.c219 if(errorCode==U_BUFFER_OVERFLOW_ERROR) {
289 if(errorCode==U_BUFFER_OVERFLOW_ERROR) {
H A Dbrkiter.cpp90 status = U_BUFFER_OVERFLOW_ERROR;
H A Ducnv_lmb.c890 *err = U_BUFFER_OVERFLOW_ERROR;
1064 *err = U_BUFFER_OVERFLOW_ERROR;
1331 /* if target ran out before source, return U_BUFFER_OVERFLOW_ERROR */
1334 *err = U_BUFFER_OVERFLOW_ERROR;
H A Dustrcase.c151 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
334 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
440 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
H A Ducnvisci.c847 *err = U_BUFFER_OVERFLOW_ERROR; \
861 *err = U_BUFFER_OVERFLOW_ERROR; \
876 *err = U_BUFFER_OVERFLOW_ERROR; \
1132 *err = U_BUFFER_OVERFLOW_ERROR; \
1482 *err =U_BUFFER_OVERFLOW_ERROR;
H A Duloc.c906 *status = U_BUFFER_OVERFLOW_ERROR;
982 *status = U_BUFFER_OVERFLOW_ERROR;
1054 *status = U_BUFFER_OVERFLOW_ERROR;
1090 *status = U_BUFFER_OVERFLOW_ERROR;
2129 *status = U_BUFFER_OVERFLOW_ERROR;
/external/icu4c/io/
H A Dustdio.c364 status = U_BUFFER_OVERFLOW_ERROR;
383 while(status == U_BUFFER_OVERFLOW_ERROR);
/external/icu4c/test/cintltst/
H A Dspooftest.c187 TEST_ASSERT_EQ(status, U_BUFFER_OVERFLOW_ERROR);
521 TEST_ASSERT_EQ(U_BUFFER_OVERFLOW_ERROR, status);
H A Dcdtdptst.c247 if(status==U_BUFFER_OVERFLOW_ERROR){
H A Dcdtrgtst.c71 if(status==U_BUFFER_OVERFLOW_ERROR)
249 if(status==U_BUFFER_OVERFLOW_ERROR)
606 if(status==U_BUFFER_OVERFLOW_ERROR)
/external/icu4c/test/perf/convperf/
H A Dconvperf.h45 if(status==U_BUFFER_OVERFLOW_ERROR) {
91 if(status==U_BUFFER_OVERFLOW_ERROR) {
/external/icu4c/test/perf/normperf/
H A Dnormperf.cpp80 if(status==U_BUFFER_OVERFLOW_ERROR){
98 if(status==U_BUFFER_OVERFLOW_ERROR){
/external/icu4c/test/perf/ustrperf/
H A Dstringperf.h284 if(err == U_BUFFER_OVERFLOW_ERROR){
301 if(err == U_BUFFER_OVERFLOW_ERROR){
/external/icu4c/tools/makeconv/
H A Dmakeconv.c298 fprintf(stderr, "%s\n", u_errorName(U_BUFFER_OVERFLOW_ERROR));
299 return U_BUFFER_OVERFLOW_ERROR;
/external/icu4c/test/intltest/
H A Ddcfmtest.cpp507 if (status == U_BUFFER_OVERFLOW_ERROR) {
H A Didnaconf.cpp112 if (status == U_BUFFER_OVERFLOW_ERROR) {
/external/webkit/Source/WebCore/platform/text/mac/
H A DShapeArabic.c520 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
/external/icu4c/i18n/
H A Ducol_sit.cpp161 *status = U_BUFFER_OVERFLOW_ERROR;
178 *status = U_BUFFER_OVERFLOW_ERROR;
243 *status = U_BUFFER_OVERFLOW_ERROR;

Completed in 1821 milliseconds

1234567