Home
last modified time | relevance | path

Searched refs:isconsonant (Results 1 – 9 of 9) sorted by relevance

/dports/audio/rsynth/rsynth-2.0/
H A Dtext.c63 isconsonant(chr)
110 while (isconsonant(*text))
114 if (!isconsonant(*text))
175 while (isconsonant(*text))
179 if (!isconsonant(*text))
H A Dtext.h4 extern int isconsonant PROTO((int chr));
/dports/vietnamese/libviet/libviet-20010210/include/
H A Dctype.h94 #define isconsonant(c) (isalpha(c) && !(_pvntype[(_uchar)(c)]&_V)) macro
H A Dvntype.h94 #define isconsonant(c) (isalpha(c) && !(_pvntype[(_uchar)(c)]&_V)) macro
/dports/vietnamese/vn7to8/DONT.include/
H A Dctype.h94 #define isconsonant(c) (isalpha(c) && !(_pvntype[(_uchar)(c)]&_V)) macro
H A Dvntype.h94 #define isconsonant(c) (isalpha(c) && !(_pvntype[(_uchar)(c)]&_V)) macro
/dports/vietnamese/vnpstext/include/
H A Dvntype.h94 #define isconsonant(c) (isalpha(c) && !(_pvntype[(_uchar)(c)]&_V)) macro
H A Dctype.h94 #define isconsonant(c) (isalpha(c) && !(_pvntype[(_uchar)(c)]&_V)) macro
/dports/vietnamese/vnconvert/vi-vnconvert-1.0_1/
H A Dctype.h94 #define isconsonant(c) (isalpha(c) && !(_pvntype[(_uchar)(c)]&_V)) macro