Searched refs:textMsg (Results 1 – 1 of 1) sorted by relevance
225 const char *textMsg = NULL; in u_wmsg_errorName() local254 textMsg = u_errorName(err); in u_wmsg_errorName()255 if (!textMsg) { in u_wmsg_errorName()257 textMsg = error; in u_wmsg_errorName()259 msg = (UChar*)malloc((strlen(textMsg)+1)*sizeof(msg[0])); in u_wmsg_errorName()260 u_charsToUChars(textMsg, msg, (int32_t)(strlen(textMsg)+1)); in u_wmsg_errorName()