Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicoos.c622 picoos_int32 curExceptionCode; member
633 this->curExceptionCode = PICO_OK; in picoos_emReset()
825 if (PICO_OK == this->curExceptionCode && PICO_OK != exceptionCode) { in picoos_emRaiseException()
826 this->curExceptionCode = exceptionCode; in picoos_emRaiseException()
831 this->curExceptionCode, this->curExceptionMessage)); in picoos_emRaiseException()
836 return this->curExceptionCode; in picoos_emRaiseException()
841 return this->curExceptionCode; in picoos_emGetExceptionCode()