HomeSort by relevance Sort by last modified time
    Searched refs:PICO_MAX_NUM_RESOURCES (Results 1 - 2 of 2) sorted by null

  /external/svox/pico/lib/
picodefs.h 58 #define PICO_MAX_NUM_RESOURCES 64
picorsrc.c 557 if (PICO_MAX_NUM_RESOURCES <= this->numResources) {
559 return picoos_emRaiseException(this->common->em,PICO_EXC_MAX_NUM_EXCEED,NULL,(picoos_char *)"no more than %i resources",PICO_MAX_NUM_RESOURCES);
746 if (PICO_MAX_NUM_RESOURCES <= this->numResources) {
747 return picoos_emRaiseException(this->common->em,PICO_EXC_MAX_NUM_EXCEED,NULL,(picoos_char *)"no more than %i resources",PICO_MAX_NUM_RESOURCES);
    [all...]

Completed in 30 milliseconds