Searched refs:wide (Results 1 – 2 of 2) sorted by relevance
1349 static inline void str2wide(const char* str, uint16_t* wide, int len) in str2wide() argument1353 wide[i] = (uint16_t) str[i]; in str2wide()1355 wide[len] = 0; in str2wide()1680 static inline void wide2str(const uint16_t* wide, char* str, int len) in wide2str() argument1684 str[i] = (char) (wide[i] & 0xFF); in wide2str()
220 generous contributions to the wide range of software distributed