X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Ficu_I18N.h;h=09b30e631ea58e05f770e4be0c27d641f400fb6f;hp=c6b86726d9addb14b9bc217aef6be68b79db38e6;hb=dd993ee2910a754d46b2223c06b09abdd61caceb;hpb=527a008f2f3b1a19a968a7a1275132a04aa4d945 diff --git a/include/yaz/icu_I18N.h b/include/yaz/icu_I18N.h index c6b8672..09b30e6 100644 --- a/include/yaz/icu_I18N.h +++ b/include/yaz/icu_I18N.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data. + * Copyright (C) 1995-2011 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -159,15 +159,6 @@ yaz_icu_chain_t icu_chain_create(const char * locale, int sort, UErrorCode * status); - -struct icu_iter; -struct icu_iter *icu_iter_create(struct icu_chain *chain, - const char *src8cstr); -void icu_iter_destroy(struct icu_iter *iter); -int icu_iter_next(struct icu_iter *iter, struct icu_buf_utf8 *result); -const char *icu_iter_get_sortkey(struct icu_iter *iter); -const char *icu_iter_get_display(struct icu_iter *iter); - #endif /* ICU_I18NL_H */ /*