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

Diff of /navit/navit/linguistics.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 30 Revision 31
5char *linguistics_expand_special(char *str, int mode); 5char *linguistics_expand_special(char *str, int mode);
6char *linguistics_next_word(char *str); 6char *linguistics_next_word(char *str);
7void linguistics_init(void); 7void linguistics_init(void);
8char *linguistics_casefold(char *in); 8char *linguistics_casefold(char *in);
9int linguistics_compare(char *str, char *match, int partial); 9int linguistics_compare(char *str, char *match, int partial);
10char *linguistics_remove_all_spaces(char *str);
11char *linguistics_remove_all_specials(char *str);
12int linguistics_compare_anywhere(char *str, char *match);
13char* linguistics_fold_and_prepare_complete(char *in, int free_input);
14char* linguistics_check_utf8_string(char* in);
10#ifdef __cplusplus 15#ifdef __cplusplus
11} 16}
12#endif 17#endif
13 18
14/* Prototypes */ 19/* Prototypes */

Legend:
Removed from v.30  
changed lines
  Added in v.31

   
Visit the ZANavi Wiki