Searched refs:to_table (Results 1 – 1 of 1) sorted by relevance
206 const unsigned char *from_table, *to_table; in php_convert_cyr_string() local211 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()263 str[i] = (to_table == NULL) ? tmp : to_table[tmp + 256]; in php_convert_cyr_string()
Completed in 4 milliseconds