Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dcyr_convert.c206 const unsigned char *from_table, *to_table; in php_convert_cyr_string() local
211 to_table = NULL; in php_convert_cyr_string()
238 to_table = _cyr_win1251; in php_convert_cyr_string()
242 to_table = _cyr_cp866; in php_convert_cyr_string()
245 to_table = _cyr_iso88595; in php_convert_cyr_string()
248 to_table = _cyr_mac; in php_convert_cyr_string()
264 str[i] = (to_table == NULL) ? tmp : to_table[tmp + 256]; in php_convert_cyr_string()

Completed in 5 milliseconds