Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds