HomeSort by relevance Sort by last modified time
    Searched refs:uconv_t (Results 1 - 2 of 2) sorted by null

  /external/libxml2/include/libxml/
encoding.h 136 typedef struct _uconv_t uconv_t; typedef in typeref:struct:_uconv_t
150 uconv_t *uconv_in;
151 uconv_t *uconv_out;
  /external/libxml2/
encoding.c 101 static uconv_t*
105 uconv_t *conv = (uconv_t *) xmlMalloc(sizeof(uconv_t));
138 closeIcuConverter(uconv_t *conv)
    [all...]

Completed in 310 milliseconds