renamed ICU chain functions to the following names relation the operation
authorMarc Cromme <marc@indexdata.dk>
Mon, 29 Oct 2007 10:22:22 +0000 (10:22 +0000)
committerMarc Cromme <marc@indexdata.dk>
Mon, 29 Oct 2007 10:22:22 +0000 (10:22 +0000)
commit297aa7b45c3bd88aea2799f6810c8c85bc998f56
treef72622efc57bd282f3cbdda97c5fa786d1199a50
parentc80d8f1c0245de69917debe3e918532491b87fac
renamed ICU chain functions to the following names relation the operation
to the actually processed token

int          icu_chain_token_number(struct icu_chain * chain);
const char * icu_chain_token_display(struct icu_chain * chain);
const char * icu_chain_token_norm(struct icu_chain * chain);
const char * icu_chain_token_sortkey(struct icu_chain * chain);
include/yaz/icu_I18N.h
src/icu_I18N.c
test/tst_icu_I18N.c
util/yaz-icu.c