Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dmetaphone.c114 #define Curr_Letter (toupper(word[w_idx]))
116 #define Look_Back_Letter(n) (w_idx >= n ? toupper(word[w_idx-n]) : '\0')
211 w_idx += 2; in metaphone()
216 w_idx++; in metaphone()
225 w_idx += 2; in metaphone()
234 w_idx += 2; in metaphone()
237 w_idx += 2; in metaphone()
244 w_idx++; in metaphone()
256 w_idx++; in metaphone()
268 w_idx++) { in metaphone()
[all …]

Completed in 7 milliseconds