Home
last modified time | relevance | path

Searched defs:isvowel (Results 1 – 25 of 100) sorted by relevance

1234

/dports/textproc/p5-Text-Metaphone/Text-Metaphone-20160805/
H A Dmetachar.h17 #define isvowel(c) (ENCODE(c) & 1) /* AEIOU */ macro
/dports/databases/litestream/litestream-0.3.6/vendor/google.golang.org/grpc/internal/grpclog/
H A Dgrpclog.go55 Logger.Errorln(args...)
/dports/audio/gnuspeechsa/gnuspeechsa-0.1.5/src/en/letter_to_sound/
H A Dstresstables.h26 #define isvowel(c) (((c)=='a') || ((c)=='e') || ((c)=='i') || ((c)=='o') || ((c)=='u') ) macro
H A Dsyllabify.cpp34 #define isvowel(c) ((c)=='a' || (c)=='e' || (c)=='i' || (c)=='o' || (c)=='u' ) macro
/dports/graphics/ocrad/ocrad-0.27/
H A Ducs.cc263 bool UCS::isvowel( int code ) in isvowel() function in UCS
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dmetaphone.c88 #define isvowel(c) (ENCODE(c) & 1) /* AEIOU */ macro
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dmetaphone.c83 #define isvowel(c) (ENCODE(c) & 1) /* AEIOU */ macro
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dmetaphone.c83 #define isvowel(c) (ENCODE(c) & 1) /* AEIOU */ macro
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dmetaphone.c88 #define isvowel(c) (ENCODE(c) & 1) /* AEIOU */ macro
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dmetaphone.c83 #define isvowel(c) (ENCODE(c) & 1) /* AEIOU */ macro
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dmetaphone.c88 #define isvowel(c) (ENCODE(c) & 1) /* AEIOU */ macro
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dmetaphone.c88 #define isvowel(c) (ENCODE(c) & 1) /* AEIOU */ macro
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dmetaphone.c83 #define isvowel(c) (ENCODE(c) & 1) /* AEIOU */ macro
/dports/japanese/kinput2/kinput2-v3.1/lib/Xsj3clib/
H A Dsj3ctype.h99 #define isvowel(x) ((x)==0x61 || (x)==0x65 || (x)==0x69 || (x)==0x6f || \ macro
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dcommon.c208 bool isvowel(char c) in isvowel() function
/dports/vietnamese/libviet/libviet-20010210/include/
H A Dctype.h93 #define isvowel(c) (_pvntype[(_uchar)(c)]&_V) macro
H A Dvntype.h93 #define isvowel(c) (_pvntype[(_uchar)(c)]&_V) macro
/dports/vietnamese/vn7to8/DONT.include/
H A Dctype.h93 #define isvowel(c) (_pvntype[(_uchar)(c)]&_V) macro
H A Dvntype.h93 #define isvowel(c) (_pvntype[(_uchar)(c)]&_V) macro
/dports/vietnamese/vnpstext/include/
H A Dvntype.h93 #define isvowel(c) (_pvntype[(_uchar)(c)]&_V) macro
H A Dctype.h93 #define isvowel(c) (_pvntype[(_uchar)(c)]&_V) macro
/dports/vietnamese/vnconvert/vi-vnconvert-1.0_1/
H A Dctype.h93 #define isvowel(c) (_pvntype[(_uchar)(c)]&_V) macro
/dports/databases/postgresql12-pltcl/postgresql-12.9/contrib/isn/
H A Disn--1.0--1.1.sql132 ALTER FUNCTION isneq(ismn, ismn13) PARALLEL SAFE;
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/fuzzystrmatch/
H A Dfuzzystrmatch.c143 #define isvowel(c) (getcode(c) & 1) /* AEIOU */ macro
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/fuzzystrmatch/
H A Dfuzzystrmatch.c143 #define isvowel(c) (getcode(c) & 1) /* AEIOU */ macro

1234