Home
last modified time | relevance | path

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

/trunk/main/soltools/javadep/
H A Djavadep.c203 utf8_t a_utf8; in read_utf8() local
206 a_utf8.pdata = NULL; in read_utf8()
208 a_utf8.nlen = read_uint16(pfile); in read_utf8()
209 if (a_utf8.nlen > 0) { in read_utf8()
210 a_utf8.pdata = xmalloc(a_utf8.nlen*sizeof(char)); in read_utf8()
211 nread = fread(a_utf8.pdata, a_utf8.nlen*sizeof(char), 1, pfile->pfs); in read_utf8()
218 return a_utf8; in read_utf8()
240 for ( p = (char*)a_utf8.pdata; in utf8tolatin1()
241 p < (char*)a_utf8.pdata+a_utf8.nlen; in utf8tolatin1()
478 utf8_t a_utf8; in process_class_file() local
[all …]

Completed in 15 milliseconds