Searched refs:U_ERROR_LIMIT (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/extra/uconv/
H A Duwmsg.c206 gErrMessages = (UChar **)malloc(U_ERROR_LIMIT*sizeof(UChar*));
207 memset(gErrMessages, 0, U_ERROR_LIMIT*sizeof(UChar*));
/external/icu/icu4c/source/extra/uconv/
H A Duwmsg.c206 gErrMessages = (UChar **)malloc(U_ERROR_LIMIT*sizeof(UChar*));
207 memset(gErrMessages, 0, U_ERROR_LIMIT*sizeof(UChar*));
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutypes.h681 U_ERROR_LIMIT=U_PLUGIN_ERROR_LIMIT /**< This must always be the last value to indicate the limit for UErrorCode (last error code +1) */ enumerator in enum:UErrorCode
/external/icu/icu4c/source/common/unicode/
H A Dutypes.h685 U_ERROR_LIMIT=U_PLUGIN_ERROR_LIMIT /**< This must always be the last value to indicate the limit for UErrorCode (last error code +1) */ enumerator in enum:UErrorCode
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dputiltst.c454 for(;code<U_ERROR_LIMIT;code++){
/external/icu/icu4c/source/test/cintltst/
H A Dputiltst.c454 for(;code<U_ERROR_LIMIT;code++){

Completed in 496 milliseconds