Searched refs:from_table (Results 1 – 1 of 1) sorted by relevance
206 const unsigned char *from_table, *to_table; in php_convert_cyr_string() local210 from_table = NULL; in php_convert_cyr_string()216 from_table = _cyr_win1251; in php_convert_cyr_string()220 from_table = _cyr_cp866; in php_convert_cyr_string()223 from_table = _cyr_iso88595; in php_convert_cyr_string()226 from_table = _cyr_mac; in php_convert_cyr_string()262 tmp = (from_table == NULL)? str[i] : from_table[ str[i] ]; in php_convert_cyr_string()
Completed in 13 milliseconds