Searched refs:null_dbcs_to_unicode (Results 1 – 1 of 1) sorted by relevance
/dports/textproc/halibut/halibut-1.2/charset/ |
H A D | iso2022.c | 48 static long int null_dbcs_to_unicode(int, int); 198 … { M4, 0, '~', CNU, 0, 0, &null_dbcs_to_unicode, &unicode_to_null_dbcs, -1 }, /* empty 94^n-set */ 199 … { M6, 0, '~', CNU, 0, 0, &null_dbcs_to_unicode, &unicode_to_null_dbcs, -1 }, /* empty 96^n-set */ 202 static long int null_dbcs_to_unicode(int r, int c) in null_dbcs_to_unicode() function
|