|
IDZEBRA 2.2.8
|
#include <stdio.h>#include <assert.h>#include <ctype.h>#include <yaz/diagbib1.h>#include "index.h"#include <charmap.h>Go to the source code of this file.
Functions | |
| int | zebra_term_untrans (ZebraHandle zh, const char *index_type, char *dst, const char *src) |
| void | zebra_term_untrans_iconv2 (ZebraHandle zh, NMEM stream, char **dst, const char *src) |
| int | zebra_term_untrans_iconv (ZebraHandle zh, NMEM stream, const char *index_type, char **dst, const char *src) |
| int zebra_term_untrans | ( | ZebraHandle | zh, |
| const char * | index_type, | ||
| char * | dst, | ||
| const char * | src | ||
| ) |
Definition at line 31 of file untrans.c.
References IT_MAX_WORD, zebra_session::reg, zebra_map_get(), zebra_register::zebra_maps, zebra_maps_is_icu(), and zebra_maps_output().
Referenced by add_isam_p(), print_dict_item(), print_rec_keys(), resultSetInsertSort(), sort_fetch(), zebra_log_dict_entry(), and zebra_term_untrans_iconv().
| int zebra_term_untrans_iconv | ( | ZebraHandle | zh, |
| NMEM | stream, | ||
| const char * | index_type, | ||
| char ** | dst, | ||
| const char * | src | ||
| ) |
Definition at line 96 of file untrans.c.
References IT_MAX_WORD, zebra_term_untrans(), and zebra_term_untrans_iconv2().
Referenced by perform_facet(), scan_save_set(), zebra_it_key_str_dump(), and zebra_rec_keys_to_snippets1().
| void zebra_term_untrans_iconv2 | ( | ZebraHandle | zh, |
| NMEM | stream, | ||
| char ** | dst, | ||
| const char * | src | ||
| ) |
Definition at line 64 of file untrans.c.
References zebra_session::iconv_from_utf8, and IT_MAX_WORD.
Referenced by perform_facet(), and zebra_term_untrans_iconv().