Searched defs:U_BUFFER_OVERFLOW_ERROR (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleICU.cpp81 ASSERT(U_SUCCESS(status) || status == U_BUFFER_OVERFLOW_ERROR); local
82 if (U_FAILURE(status) && status != U_BUFFER_OVERFLOW_ERROR)
96 ASSERT(U_SUCCESS(status) || status == U_BUFFER_OVERFLOW_ERROR); local
97 if (U_FAILURE(status) && status != U_BUFFER_OVERFLOW_ERROR)
158 if (status != U_BUFFER_OVERFLOW_ERROR || !length)
180 if (status != U_BUFFER_OVERFLOW_ERROR)
323 if (status == U_BUFFER_OVERFLOW_ERROR && length) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutypes.h521 U_BUFFER_OVERFLOW_ERROR = 15, /**< A result would not fit in the supplied buffer */ enumerator in enum:UErrorCode
/external/icu/icu4c/source/common/unicode/
H A Dutypes.h525 U_BUFFER_OVERFLOW_ERROR = 15, /**< A result would not fit in the supplied buffer */ enumerator in enum:UErrorCode

Completed in 76 milliseconds