Lines Matching refs:tolen
84 size_t tolen) {
89 TRACE(("idn_ucs4_ucs4toutf16(ucs4=\"%s\", tolen=%d)\n",
90 idn__debug_ucs4xstring(ucs4, 50), (int)tolen));
106 if (tolen < 2) {
112 tolen -= 2;
114 if (tolen < 1) {
119 tolen--;
123 if (tolen < 1) {
143 size_t tolen) {
148 TRACE(("idn_ucs4_utf16toucs4(utf16=\"%s\", tolen=%d)\n",
149 idn__debug_utf16xstring(utf16, 50), (int)tolen));
154 if (tolen < 1) {
168 tolen--;
173 tolen--;
179 if (tolen < 1) {
198 idn_ucs4_utf8toucs4(const char *utf8, unsigned long *ucs4, size_t tolen) {
207 TRACE(("idn_ucs4_utf8toucs4(utf8=\"%s\", tolen=%d)\n",
208 idn__debug_xstring(utf8, 50), (int)tolen));
268 if (tolen < 1) {
272 tolen--;
276 if (tolen < 1) {
295 idn_ucs4_ucs4toutf8(const unsigned long *ucs4, char *utf8, size_t tolen) {
303 TRACE(("idn_ucs4_ucs4toutf8(ucs4=\"%s\", tolen=%d)\n",
304 idn__debug_ucs4xstring(ucs4, 50), (int)tolen));
338 if (tolen < width) {
349 tolen -= width;
352 if (tolen < 1) {