to_table          206 ext/standard/cyr_convert.c 	const unsigned char *from_table, *to_table;
to_table          211 ext/standard/cyr_convert.c 	to_table   = NULL;
to_table          238 ext/standard/cyr_convert.c 			to_table = _cyr_win1251;
to_table          242 ext/standard/cyr_convert.c 			to_table = _cyr_cp866;
to_table          245 ext/standard/cyr_convert.c 			to_table = _cyr_iso88595;
to_table          248 ext/standard/cyr_convert.c 			to_table = _cyr_mac;
to_table          263 ext/standard/cyr_convert.c 		str[i] = (to_table == NULL) ? tmp : to_table[tmp + 256];