Home
last modified time | relevance | path

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

/external/icu4c/extra/uconv/
Duwmsg.c202 UChar **gErrMessages = NULL; variable
210 if (!gErrMessages) { in fetchErrorName()
211 gErrMessages = (UChar **)malloc(U_ERROR_LIMIT*sizeof(UChar*)); in fetchErrorName()
212 memset(gErrMessages, 0, U_ERROR_LIMIT*sizeof(UChar*)); in fetchErrorName()
215 return gErrMessages[err]; in fetchErrorName()
264 gErrMessages[err] = msg; in u_wmsg_errorName()