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.cpp82 ASSERT(U_SUCCESS(status) || status == U_BUFFER_OVERFLOW_ERROR); local
83 if (U_FAILURE(status) && status != U_BUFFER_OVERFLOW_ERROR)
97 ASSERT(U_SUCCESS(status) || status == U_BUFFER_OVERFLOW_ERROR); local
98 if (U_FAILURE(status) && status != U_BUFFER_OVERFLOW_ERROR)
159 if (status != U_BUFFER_OVERFLOW_ERROR || !length)
181 if (status != U_BUFFER_OVERFLOW_ERROR)
324 if (status == U_BUFFER_OVERFLOW_ERROR && length) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutypes.h664 U_BUFFER_OVERFLOW_ERROR = 15, /**< A result would not fit in the supplied buffer */ enumerator in enum:UErrorCode
/external/icu4c/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 149 milliseconds