HomeSort by relevance Sort by last modified time
    Searched full:findvoicedefinition (Results 1 - 1 of 1) sorted by null

  /external/svox/pico/lib/
picorsrc.c 791 static pico_status_t findVoiceDefinition(picorsrc_ResourceManager this,
823 if ((PICO_OK == findVoiceDefinition(this,voiceName,&vdef)) && (NULL != vdef)) {
851 if ((PICO_OK == findVoiceDefinition(this,voiceName,&vdef)) && (NULL != vdef)) {
951 if (!(PICO_OK == findVoiceDefinition(this,voiceName,&vdef)) || (NULL == vdef)) {
    [all...]

Completed in 189 milliseconds