Searched refs:max_phonemes (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | metaphone.c | 28 static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int traditional); 167 static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int traditional) argument 176 if (max_phonemes < 0) 187 if (max_phonemes == 0) { /* Assume largest possible */ 191 max_buffer_len = max_phonemes; 192 *phoned_word = safe_emalloc(sizeof(char), max_phonemes, 1); 267 (max_phonemes == 0 || Phone_Len < max_phonemes);
|
Completed in 3 milliseconds