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

/haiku/src/apps/mail/
H A DWords.cpp51 MAXMETAPH is the length of the Metaphone code.
60 #define MAXMETAPH 6 macro
247 2 - A MAXMETAPH + 1 char field for the result.
266 char newm[MAXMETAPH + 4]; // New metaph for comparison
327 // or when the computed Metaphone code is MAXMETAPH characters long.
331 for (metaph_end = Metaph + MAXMETAPH, n_start = n;

Completed in 83 milliseconds