#include "fftypes.h"
#include "ffword.h"
Go to the source code of this file.
Functions | |
ffint32 | ffpriv_inessive_singular (ffword *word) |
Transforms the given word into its inessive singular form. | |
ffint32 | ffpriv_inessive_plural (ffword *word) |
Transforms the given word into its inessive plural form. | |
ffint32 | ffpriv_elative_singular (ffword *word) |
Transforms the given word into its inessive singular form. | |
ffint32 | ffpriv_elative_plural (ffword *word) |
Transforms the given word into its inessive plural form. | |
ffint32 | ffpriv_illative_singular (ffword *word) |
Transforms the given word into its illative singular form. | |
ffint32 | ffpriv_illative_plural (ffword *word) |
Transforms the given word into its illative plural form. |
They are implemented in ffpriv_interior_local_cases.c.
Definition in file ffpriv_interior_local_cases.h.
|
Transforms the given word into its inessive plural form.
Definition at line 139 of file ffpriv_interior_local_cases.c. References ffops::cg, ffword::data, FFCASE_ELATIVE, FFCOUNT_PLURAL, ffpriv_plural_stem(), ffpriv_single_letter(), ffpriv_vowel_harmony(), ffstring_append(), ffstring::len, and ffword::metadata. Referenced by ff_elative_plural(). |
|
Transforms the given word into its inessive singular form.
Definition at line 125 of file ffpriv_interior_local_cases.c. References ffword::data, FFCASE_ELATIVE, FFCOUNT_SINGULAR, ffpriv_genitive_stem(), ffpriv_single_letter(), ffpriv_vowel_harmony(), ffstring_append(), and ffstring::len. Referenced by ff_elative_singular(). |
|
Transforms the given word into its illative plural form.
Definition at line 164 of file ffpriv_interior_local_cases.c. References ffword::data, FFCASE_ILLATIVE, FFCOUNT_PLURAL, ffpriv_general_illative(), ffpriv_single_letter(), and ffstring::len. Referenced by ff_illative_plural(). |
|
Transforms the given word into its illative singular form.
Definition at line 155 of file ffpriv_interior_local_cases.c. References ffword::data, FFCASE_ILLATIVE, FFCOUNT_SINGULAR, ffpriv_general_illative(), ffpriv_single_letter(), and ffstring::len. Referenced by ff_illative_singular(). |
|
Transforms the given word into its inessive plural form.
Definition at line 108 of file ffpriv_interior_local_cases.c. References ffops::cg, ffword::data, FFCASE_INESSIVE, FFCOUNT_PLURAL, ffpriv_plural_stem(), ffpriv_single_letter(), ffpriv_vowel_harmony(), ffstring_append(), ffstring::len, and ffword::metadata. Referenced by ff_inessive_plural(). |
|
Transforms the given word into its inessive singular form.
Definition at line 94 of file ffpriv_interior_local_cases.c. References ffword::data, FFCASE_INESSIVE, FFCOUNT_SINGULAR, ffpriv_genitive_stem(), ffpriv_single_letter(), ffpriv_vowel_harmony(), ffstring_append(), and ffstring::len. Referenced by ff_inessive_singular(). |