Searched refs:curWarningCode (Results 1 - 1 of 1) sorted by path

/external/svox/pico/lib/
H A Dpicoos.c626 picoos_int32 curWarningCode[PICOOS_MAX_NUM_WARNINGS]; member in struct:picoos_exception_manager
855 this->curWarningCode[this->curNumWarnings] = PICO_EXC_MAX_NUM_EXCEED;
858 this->curWarningCode[this->curNumWarnings] = warningCode;
867 this->curWarningCode[this->curNumWarnings-1],
880 return this->curWarningCode[index];

Completed in 204 milliseconds