Searched defs:exceptionCode (Results 1 - 1 of 1) sorted by relevance
/external/svox/pico/lib/ |
H A D | picoos.c | 820 pico_status_t exceptionCode, picoos_char * baseMessage, picoos_char * fmt, ...) 825 if (PICO_OK == this->curExceptionCode && PICO_OK != exceptionCode) { 826 this->curExceptionCode = exceptionCode; 828 picoos_vSetErrorMsg(this->curExceptionMessage,PICOOS_MAX_EXC_MSG_LEN, exceptionCode, baseMessage, fmt,args); 819 picoos_emRaiseException(picoos_ExceptionManager this, pico_status_t exceptionCode, picoos_char * baseMessage, picoos_char * fmt, ...) argument
|
Completed in 30 milliseconds