Home
last modified time | relevance | path

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

/external/icu4c/extra/uconv/
Duwmsg.c206 gErrMessages = (UChar **)malloc(U_ERROR_LIMIT*sizeof(UChar*)); in fetchErrorName()
207 memset(gErrMessages, 0, U_ERROR_LIMIT*sizeof(UChar*)); in fetchErrorName()
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutypes.h703U_ERROR_LIMIT=U_IDNA_ERROR_LIMIT /**< This must always be the last value to indicate the limi… enumerator
/external/webkit/Source/WebCore/icu/unicode/
Dutypes.h703U_ERROR_LIMIT=U_IDNA_ERROR_LIMIT /**< This must always be the last value to indicate the limi… enumerator
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutypes.h703U_ERROR_LIMIT=U_IDNA_ERROR_LIMIT /**< This must always be the last value to indicate the limi… enumerator
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutypes.h703U_ERROR_LIMIT=U_IDNA_ERROR_LIMIT /**< This must always be the last value to indicate the limi… enumerator
/external/icu4c/common/unicode/
Dutypes.h685U_ERROR_LIMIT=U_PLUGIN_ERROR_LIMIT /**< This must always be the last value to indicate the li… enumerator
/external/icu4c/test/cintltst/
Dputiltst.c454 for(;code<U_ERROR_LIMIT;code++){ in TestErrorName()