Home
last modified time | relevance | path

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

/external/svox/pico/tts/
Dsvox_ssml_parser.cpp177 size_t phsize = 0; in startElement() local
192 ph = strdup8to16(attributes[i+1], &phsize); in startElement()
205 xsampasize = cnvIpaToXsampa(ph, phsize, &xsampastr); in startElement()
215 xsampastr = strndup16to8(ph, phsize); in startElement()
/external/elfutils/src/
Dunstrip.c1042 size_t phsize = gelf_fsize (main, ELF_T_PHDR, phnum, EV_CURRENT); in find_alloc_sections_prelink() local
1043 src.d_buf += src.d_size + phsize; in find_alloc_sections_prelink()