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