Searched refs:vsvfn (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/mail/
H A DWords.cpp64 static char vsvfn[26] = { 1, 16, 4, 16, 9, 2, 4, 16, 9, 2, 0, 2, 2, 2, 1, 4, 0, variable
235 #define vowel(x) (vsvfn[(x) - 'A'] & 1) // AEIOU
236 #define same(x) (vsvfn[(x) - 'A'] & 2) // FJLMNR
237 #define varson(x) (vsvfn[(x) - 'A'] & 4) // CGPST
238 #define frontv(x) (vsvfn[(x) - 'A'] & 8) // EIY
239 #define noghf(x) (vsvfn[(x) - 'A'] & 16) // BDH
501 else if (vsvfn[(unsigned)c1] == vsvfn[(unsigned)c2])

Completed in 80 milliseconds