Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A DHTMLparser.c2456 htmlCodePointToUtf8(int c, xmlChar *out, int *osize) { in htmlCodePointToUtf8() function
2824 repl = htmlCodePointToUtf8(cp, utf8Char, &replSize); in htmlParseData()
3273 repl = htmlCodePointToUtf8(cp, utf8Char, &replSize); in htmlParseCharData()