Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicopr.c955 static pr_ContextList pr_findContext (pr_ContextList contextList, picoos_uchar contextName[]) in pr_findContext() argument
960 while ((context != NULL) && !(pr_strEqual(context->rContextName,contextName))) { in pr_findContext()