Searched refs:U_ERROR_LIMIT (Results 1 – 3 of 3) sorted by relevance
204 gErrMessages = (UChar **)malloc(U_ERROR_LIMIT*sizeof(UChar*)); in fetchErrorName()205 memset(gErrMessages, 0, U_ERROR_LIMIT*sizeof(UChar*)); in fetchErrorName()
691 …U_ERROR_LIMIT=U_PLUGIN_ERROR_LIMIT /**< This must always be the last value to indicate the li… enumerator
454 for(;code<U_ERROR_LIMIT;code++){ in TestErrorName()