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

/external/svox/pico/lib/
H A Dpicopam.c167 picoos_uint8 *sSyllItems; /*items attached to the syllable */ member in struct:pam_subobj
329 #define ITM 60 /*Item Offset into sSyllItems item list*/
476 pam->sSyllItems = NULL;
511 pam->sSyllItems = (picopal_uint8*) data;
544 if (pam->sSyllItems != NULL)
545 picoos_deallocate(mm, (void *) &pam->sSyllItems);
592 pam->sSyllItems[nI] = 0;
759 if (pam->sSyllItems != NULL) {
760 picoos_deallocate(this->common->mm, (void *) &pam->sSyllItems);
1086 /*test condition on enough room to store current item in the "sSyllItems" are
[all...]

Completed in 197 milliseconds