Home
last modified time | relevance | path

Searched refs:VOWEL_CHARS (Results 1 – 2 of 2) sorted by relevance

/dports/japanese/cmigemo/cmigemo-6a1c438/src/
H A Dmigemo.c53 static const unsigned char VOWEL_CHARS[] = "aiueo"; variable
358 for (ptr = VOWEL_CHARS; *ptr; ++ptr) in add_dubious_vowels()
389 if (!strchr(VOWEL_CHARS, buf[len - 1])) in add_dubious_roma()
393 if (len < 2 || strchr(VOWEL_CHARS, buf[len - 2])) in add_dubious_roma()
/dports/japanese/cmigemo-dict/cmigemo-6a1c438/src/
H A Dmigemo.c53 static const unsigned char VOWEL_CHARS[] = "aiueo"; variable
358 for (ptr = VOWEL_CHARS; *ptr; ++ptr) in add_dubious_vowels()
389 if (!strchr(VOWEL_CHARS, buf[len - 1])) in add_dubious_roma()
393 if (len < 2 || strchr(VOWEL_CHARS, buf[len - 2])) in add_dubious_roma()