Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dmetaphone.c112 #define Curr_Letter (toupper(word[w_idx]))
114 #define Look_Back_Letter(n) (w_idx >= n ? toupper(word[w_idx-n]) : '\0')
212 w_idx += 2; in metaphone()
217 w_idx++; in metaphone()
226 w_idx += 2; in metaphone()
235 w_idx += 2; in metaphone()
238 w_idx += 2; in metaphone()
245 w_idx++; in metaphone()
257 w_idx++; in metaphone()
269 w_idx++) { in metaphone()
[all …]

Completed in 5 milliseconds