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

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

Completed in 54 milliseconds