Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dcyr_convert.c204 const unsigned char *from_table, *to_table; in php_convert_cyr_string() local
209 to_table = NULL; in php_convert_cyr_string()
236 to_table = _cyr_win1251; in php_convert_cyr_string()
240 to_table = _cyr_cp866; in php_convert_cyr_string()
243 to_table = _cyr_iso88595; in php_convert_cyr_string()
246 to_table = _cyr_mac; in php_convert_cyr_string()
261 str[i] = (to_table == NULL) ? tmp : to_table[tmp + 256]; in php_convert_cyr_string()

Completed in 8 milliseconds