Searched defs:is_valid_sbcs_mapping (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dwctomb.c81 static inline int is_valid_sbcs_mapping( const struct sbcs_table *table, int flags, function
110 if (is_valid_sbcs_mapping( table, flags, composed, ch ))
135 *used = !is_valid_sbcs_mapping( table, flags, wch, ch );
234 if (is_valid_sbcs_mapping( table, flags, composed, *dst ))
259 if (!is_valid_sbcs_mapping( table, flags, wch, *dst ))

Completed in 44 milliseconds