Home | History | Annotate | Download | only in tts

Lines Matching defs:ph

168     char16_t* ph = NULL;
182 if (strcmp(attributes[i], "ph") == 0)
184 ph = new char16_t[strlen8to16(attributes[i+1]) + 1];
185 ph = strdup8to16(attributes[i+1], &phsize);
188 if (!ph)
191 ALOGE("Error: bad SSML syntax, ph attribute not supplied.");
198 xsampasize = cnvIpaToXsampa(ph, phsize, &xsampastr);
199 delete [] ph;
208 xsampastr = strndup16to8(ph, phsize);
210 delete [] ph;
249 strcat(m_data, "<phoneme ph='");