Home
last modified time | relevance | path

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

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/
H A Dwal_sys_api.cpp327 …sys_char_t* ( *fp_unicode_to_sys )( sys_char_t* s, const unicode_t* buf, int usize, int* badCount … variable
352 fp_unicode_to_sys = p->unicode_to_cs; in set_sys_charset()
H A Dwal_sys_api.h274 extern sys_char_t* ( *fp_unicode_to_sys )(
289 int* badCount = 0 ) { return fp_unicode_to_sys( s, buf, ulen, badCount ); }