Home | History | Annotate | Download | only in libxml2

Lines Matching full:wch

2484 TRIO_ARGS4((self, wch, flags, width),
2486 trio_wchar_t wch,
2499 size = wctomb(buffer, wch);
5664 trio_wchar_t wch;
5698 size = mbtowc(&wch, buffer, sizeof(buffer));
5700 target[i] = wch;