Home
last modified time | relevance | path

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

/PHP-7.2/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')
214 w_idx += 2; in metaphone()
219 w_idx++; in metaphone()
228 w_idx += 2; in metaphone()
237 w_idx += 2; in metaphone()
240 w_idx += 2; in metaphone()
247 w_idx++; in metaphone()
259 w_idx++; in metaphone()
271 w_idx++) { in metaphone()
[all …]

Completed in 5 milliseconds