Home
last modified time | relevance | path

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

/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c246 makecode(char * buf, unsigned int ccsid) in makecode() function
263 makecode(fromcode, ccsidin); in iconv_open_ccsid()
264 makecode(tocode, ccsidout); in iconv_open_ccsid()
/external/python/cpython2/Python/
Dcompile.c3804 makecode(struct compiler *c, struct assembler *a) in makecode() function
3960 co = makecode(c, &a); in assemble()