Home
last modified time | relevance | path

Searched refs:str (Results 1 – 1 of 1) sorted by relevance

/rkdeveloptool/
H A Dmain.cpp1349 static inline void str2wide(const char* str, uint16_t* wide, int len) in str2wide() argument
1353 wide[i] = (uint16_t) str[i]; in str2wide()
1680 static inline void wide2str(const uint16_t* wide, char* str, int len) in wide2str() argument
1684 str[i] = (char) (wide[i] & 0xFF); in wide2str()