#include "ffstring.h"
#include "ffregex.h"
#include "ffpriv_consonant_gradation.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.c.
|
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_delete(), ffstring_rfe_ff(), and ffstring_tail(). Referenced by ffpriv_genitive_stem(). |