/[zanavi_public1]/navit/navit/linguistics.h
ZANavi

Contents of /navit/navit/linguistics.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (show annotations) (download)
Mon Feb 4 17:41:59 2013 UTC (11 years, 1 month ago) by zoff99
File MIME type: text/plain
File size: 619 byte(s)
new map version, lots of fixes and experimental new features
1 #ifdef __cplusplus
2 extern "C"
3 {
4 #endif
5 char *linguistics_expand_special(char *str, int mode);
6 char *linguistics_next_word(char *str);
7 void linguistics_init(void);
8 char *linguistics_casefold(char *in);
9 int linguistics_compare(char *str, char *match, int partial);
10 char *linguistics_remove_all_spaces(char *str);
11 char *linguistics_remove_all_specials(char *str);
12 int linguistics_compare_anywhere(char *str, char *match);
13 char* linguistics_fold_and_prepare_complete(char *in, int free_input);
14 char* linguistics_check_utf8_string(char* in);
15 #ifdef __cplusplus
16 }
17 #endif
18
19 /* Prototypes */
20 int linguistics_search(char *str);
21

   
Visit the ZANavi Wiki