Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dsoundex.c31 static const char soundex_table[26] = in PHP_FUNCTION() local
75 last = soundex_table[code - 'A']; in PHP_FUNCTION()
81 code = soundex_table[code - 'A']; in PHP_FUNCTION()

Completed in 5 milliseconds