Home
last modified time | relevance | path

Searched refs:w_idx (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/standard/
H A Dmetaphone.c107 #define Curr_Letter (toupper(word[w_idx]))
109 #define Look_Back_Letter(n) (w_idx >= n ? toupper(word[w_idx-n]) : '\0')
195 w_idx += 2; in metaphone()
200 w_idx++; in metaphone()
209 w_idx += 2; in metaphone()
218 w_idx += 2; in metaphone()
221 w_idx += 2; in metaphone()
228 w_idx++; in metaphone()
240 w_idx++; in metaphone()
252 w_idx++) { in metaphone()
[all …]

Completed in 8 milliseconds