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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dwctomb.c360 static inline int wcstombs_dbcs( const struct dbcs_table *table, function
383 /* slow version of wcstombs_dbcs that handles the various flags */
476 return wcstombs_dbcs( &table->dbcs, src, srclen, dst, dstlen );

Completed in 44 milliseconds