Searched refs:curWarningMessage (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicoos.c627 picoos_warn_msg curWarningMessage[PICOOS_MAX_NUM_WARNINGS]; member in struct:picoos_exception_manager
856 picoos_strlcpy(this->curWarningMessage[this->curNumWarnings],(picoos_char *) "too many warnings",PICOOS_MAX_WARN_MSG_LEN);
860 picoos_vSetErrorMsg(this->curWarningMessage[this->curNumWarnings],PICOOS_MAX_WARN_MSG_LEN, warningCode, baseMessage, fmt,args);
868 this->curWarningMessage[this->curNumWarnings-1],
889 picoos_strlcpy(msg,this->curWarningMessage[index],maxsize);

Completed in 66 milliseconds