OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uconv_t
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
encoding.h
151
typedef struct _uconv_t
uconv_t
;
typedef in typeref:struct:_uconv_t
165
uconv_t
*uconv_in;
166
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 393 milliseconds