Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dmetaphone.c74 static const char _codes[26] = variable
81 #define ENCODE(c) (isalpha(c) ? _codes[((toupper(c)) - 'A')] : 0)

Completed in 3 milliseconds