Searched refs:utf8_buflen (Results 1 – 6 of 6) sorted by relevance
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/ |
H A D | read-properties.c | 385 static size_t utf8_buflen; in read_escaped_string() local 450 utf8_buflen = 0; in read_escaped_string() 493 len = u8_uctomb (utf8_buffer + utf8_buflen, uc, 6); in read_escaped_string() 503 utf8_buflen += len; in read_escaped_string() 538 utf8_buflen += len; in read_escaped_string() 555 utf8_buffer[utf8_buflen++] = c; in read_escaped_string() 564 len = u8_uctomb (utf8_buffer + utf8_buflen, uc, 2); in read_escaped_string() 567 utf8_buflen += len; in read_escaped_string() 585 if (utf8_buflen > 0) in read_escaped_string() 586 memcpy (utf8_string, utf8_buffer, utf8_buflen); in read_escaped_string() [all …]
|
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/ |
H A D | read-properties.c | 385 static size_t utf8_buflen; in read_escaped_string() local 450 utf8_buflen = 0; in read_escaped_string() 493 len = u8_uctomb (utf8_buffer + utf8_buflen, uc, 6); in read_escaped_string() 503 utf8_buflen += len; in read_escaped_string() 538 utf8_buflen += len; in read_escaped_string() 555 utf8_buffer[utf8_buflen++] = c; in read_escaped_string() 564 len = u8_uctomb (utf8_buffer + utf8_buflen, uc, 2); in read_escaped_string() 567 utf8_buflen += len; in read_escaped_string() 585 if (utf8_buflen > 0) in read_escaped_string() 586 memcpy (utf8_string, utf8_buffer, utf8_buflen); in read_escaped_string() [all …]
|
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/src/ |
H A D | read-properties.c | 385 static size_t utf8_buflen; in read_escaped_string() local 450 utf8_buflen = 0; in read_escaped_string() 493 len = u8_uctomb (utf8_buffer + utf8_buflen, uc, 6); in read_escaped_string() 503 utf8_buflen += len; in read_escaped_string() 538 utf8_buflen += len; in read_escaped_string() 555 utf8_buffer[utf8_buflen++] = c; in read_escaped_string() 564 len = u8_uctomb (utf8_buffer + utf8_buflen, uc, 2); in read_escaped_string() 567 utf8_buflen += len; in read_escaped_string() 585 if (utf8_buflen > 0) in read_escaped_string() 586 memcpy (utf8_string, utf8_buffer, utf8_buflen); in read_escaped_string() [all …]
|
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/src/ |
H A D | read-properties.c | 385 static size_t utf8_buflen; in read_escaped_string() local 450 utf8_buflen = 0; in read_escaped_string() 493 len = u8_uctomb (utf8_buffer + utf8_buflen, uc, 6); in read_escaped_string() 503 utf8_buflen += len; in read_escaped_string() 538 utf8_buflen += len; in read_escaped_string() 555 utf8_buffer[utf8_buflen++] = c; in read_escaped_string() 564 len = u8_uctomb (utf8_buffer + utf8_buflen, uc, 2); in read_escaped_string() 567 utf8_buflen += len; in read_escaped_string() 585 if (utf8_buflen > 0) in read_escaped_string() 586 memcpy (utf8_string, utf8_buffer, utf8_buflen); in read_escaped_string() [all …]
|
/dports/mail/alpine/alpine-465e23b/alpine/osdep/ |
H A D | termout.wnt.c | 1542 os_config_dialog (char *utf8_buf, int utf8_buflen, in os_config_dialog() argument 1555 dlgcfg.confpathlen = utf8_buflen; in os_config_dialog()
|
/dports/editors/pico-alpine/alpine-465e23b/alpine/osdep/ |
H A D | termout.wnt.c | 1542 os_config_dialog (char *utf8_buf, int utf8_buflen, in os_config_dialog() argument 1555 dlgcfg.confpathlen = utf8_buflen; in os_config_dialog()
|