Searched refs:jisx0212_ucs_table_size (Results 1 – 5 of 5) sorted by relevance
2281 const int jisx0212_ucs_table_size = (sizeof (jisx0212_ucs_table) / sizeof (unsigned short)); variable5859 extern const int jisx0212_ucs_table_size;
180 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_eucjp_wchar()
205 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_eucjpwin_wchar()
174 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_jis_wchar()
295 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_jis_ms_wchar()
Completed in 37 milliseconds