Home
last modified time | relevance | path

Searched refs:U_ERROR_LIMIT (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/extra/uconv/
Duwmsg.c204 gErrMessages = (UChar **)malloc(U_ERROR_LIMIT*sizeof(UChar*)); in fetchErrorName()
205 memset(gErrMessages, 0, U_ERROR_LIMIT*sizeof(UChar*)); in fetchErrorName()
/external/icu/icu4c/source/common/unicode/
Dutypes.h691U_ERROR_LIMIT=U_PLUGIN_ERROR_LIMIT /**< This must always be the last value to indicate the li… enumerator
/external/icu/icu4c/source/test/cintltst/
Dputiltst.c454 for(;code<U_ERROR_LIMIT;code++){ in TestErrorName()