MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / isvowel

Function isvowel

extlibs/soloud/src/audiosource/speech/tts.cpp:838–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

836
837
838static int isvowel(int chr)
839{
840 return (chr == 'A' || chr == 'E' || chr == 'I' ||
841 chr == 'O' || chr == 'U');
842}
843
844static int isconsonant(int chr)
845{

Callers 3

isconsonantFunction · 0.85
leftmatchFunction · 0.85
rightmatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected