|
pazpar2
1.14.1
|
Go to the source code of this file.
Functions | |
| char * | normalize7bit_mergekey (char *buf) |
| char * | normalize7bit_generic (char *str, const char *rm_chars) |
| removes leading whitespace.. Removes suffix cahrs in rm_chars More... | |
| int | extract7bit_dates (const char *buf, int *first, int *last, int longdate) |
| int extract7bit_dates | ( | const char * | buf, |
| int * | first, | ||
| int * | last, | ||
| int | longdate | ||
| ) |
Definition at line 73 of file normalize7bit.c.
Referenced by record_metadata_init().
| char* normalize7bit_generic | ( | char * | str, |
| const char * | rm_chars | ||
| ) |
removes leading whitespace.. Removes suffix cahrs in rm_chars
Definition at line 36 of file normalize7bit.c.
Referenced by record_metadata_init(), and test_normalize7bit_generic().
| char* normalize7bit_mergekey | ( | char * | buf | ) |
Definition at line 47 of file normalize7bit.c.
Referenced by pp2_get_sort_ascii(), and test_normalize7bit_mergekey().