#include "fftypes.h"
#include "ffstring.h"
Go to the source code of this file.
Functions | |
ffint32 | ffpriv_consonant_gradation (ffstring *word, ffuint32 direction, ffuint32 type) |
Applies consonant gradation on the given word. |
Definition in file ffpriv_consonant_gradation.h.
|
Applies consonant gradation on the given word.
Definition at line 35 of file ffpriv_consonant_gradation.c. References ffregex_match_ci(), ffregex_replace_ci(), ffstring_append(), ffstring_delete(), ffstring_rfe(), ffstring_rfe_ff(), ffstring_tail(), and ffstring_tail_equals_ci(). Referenced by ffpriv_genitive_stem(). |