Searched refs:xmlGetUTF8Char (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlstring.h109 xmlGetUTF8Char (const unsigned char *utf,
/external/libxml2/include/libxml/
H A Dxmlstring.h109 xmlGetUTF8Char (const unsigned char *utf,
/external/chromium_org/third_party/libxml/src/
H A Dxmlstring.c690 * xmlGetUTF8Char:
702 xmlGetUTF8Char(const unsigned char *utf, int *len) { function
H A Delfgcchack.h4111 #undef xmlGetUTF8Char macro
4112 extern __typeof (xmlGetUTF8Char) xmlGetUTF8Char __attribute((alias("xmlGetUTF8Char__internal_alias")));
4114 #ifndef xmlGetUTF8Char
4115 extern __typeof (xmlGetUTF8Char) xmlGetUTF8Char__internal_alias __attribute((visibility("hidden")));
4116 #define xmlGetUTF8Char xmlGetUTF8Char__internal_alias macro
H A Dencoding.c2304 cur = xmlGetUTF8Char(utf, &len);
H A Dtestapi.c36037 ret_val = xmlGetUTF8Char((const unsigned char *)utf, len);
36044 printf("Leak of %d blocks found in xmlGetUTF8Char",
[all...]
/external/libxml2/
H A Dxmlstring.c690 * xmlGetUTF8Char:
702 xmlGetUTF8Char(const unsigned char *utf, int *len) { function
H A Dencoding.c2562 cur = xmlGetUTF8Char(content, &len);
2788 cur = xmlGetUTF8Char(utf, &len);
H A Delfgcchack.h4203 #undef xmlGetUTF8Char macro
4204 extern __typeof (xmlGetUTF8Char) xmlGetUTF8Char __attribute((alias("xmlGetUTF8Char__internal_alias")));
4206 #ifndef xmlGetUTF8Char
4207 extern __typeof (xmlGetUTF8Char) xmlGetUTF8Char__internal_alias __attribute((visibility("hidden")));
4208 #define xmlGetUTF8Char xmlGetUTF8Char__internal_alias macro

Completed in 676 milliseconds