X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Ficu_I18N.h;h=b26cb60dc718b5dfba5f253712af8507acb154a6;hp=5bcbb3fcbc8f32a9acaec23f99da4f1457e1e886;hb=8e4840a9a7b6117d92d9d97fdb4048a7f8b9ce09;hpb=9f85f4de3ec88e4b76240c9fdb112a3dbbb6e34e diff --git a/include/yaz/icu_I18N.h b/include/yaz/icu_I18N.h index 5bcbb3f..b26cb60 100644 --- a/include/yaz/icu_I18N.h +++ b/include/yaz/icu_I18N.h @@ -66,6 +66,11 @@ struct icu_buf_utf16 * icu_buf_utf16_resize(struct icu_buf_utf16 * buf16, struct icu_buf_utf16 *icu_buf_utf16_copy(struct icu_buf_utf16 * dest16, const struct icu_buf_utf16 * src16); +struct icu_buf_utf16 *icu_buf_utf16_append(struct icu_buf_utf16 *dest16, + const struct icu_buf_utf16 * src16); + +void icu_buf_utf16_log(const char *lead, struct icu_buf_utf16 *src16); + void icu_buf_utf16_destroy(struct icu_buf_utf16 * buf16); struct icu_buf_utf8;