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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dmbtowc.c145 static inline int get_length_dbcs( const struct dbcs_table *table, function
199 if (!dstlen) return get_length_dbcs( table, src, srclen );
H A Dwctomb.c291 static int get_length_dbcs( const struct dbcs_table *table, int flags, function
472 if (!dstlen) return get_length_dbcs( &table->dbcs, flags, src, srclen, defchar, used );

Completed in 45 milliseconds