X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fyaz%2Ficu.h;h=4d62e1e7d0fe0defde6c7f25022650599e4a9b72;hb=dd44ae98149d0a96ca8c601a0c46cd17b1eb6c83;hp=bcc5d336a5a885acbb69c5bd11bb5fe96c59c14a;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0;p=yaz-moved-to-github.git diff --git a/include/yaz/icu.h b/include/yaz/icu.h index bcc5d33..4d62e1e 100644 --- a/include/yaz/icu.h +++ b/include/yaz/icu.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data. + * Copyright (C) 1995-2009 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: @@ -43,22 +43,18 @@ YAZ_BEGIN_CDECL typedef struct icu_chain *yaz_icu_chain_t; -YAZ_EXPORT yaz_icu_chain_t icu_chain_create(const char * locale, - int sort, - UErrorCode * status); - YAZ_EXPORT void icu_chain_destroy(yaz_icu_chain_t chain); YAZ_EXPORT yaz_icu_chain_t icu_chain_xml_config(const xmlNode *xml_node, - int sort, - UErrorCode * status); + int sort, + UErrorCode * status); YAZ_EXPORT int icu_chain_assign_cstr(yaz_icu_chain_t chain, - const char * src8cstr, - UErrorCode *status); + const char * src8cstr, + UErrorCode *status); YAZ_EXPORT int icu_chain_next_token(yaz_icu_chain_t chain, - UErrorCode *status); + UErrorCode *status); YAZ_EXPORT int icu_chain_token_number(yaz_icu_chain_t chain); @@ -75,7 +71,9 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab */ +