Searched refs:utf8_str (Results 1 – 3 of 3) sorted by relevance
| /trueos/crypto/heimdal/lib/wind/ |
| HD | test-utf8.c | 74 const char *utf8_str; member 125 ret = wind_utf8ucs4_length(t->utf8_str, &len); in main() 128 t->utf8_str); in main() 135 t->utf8_str, (unsigned int)t->len, (unsigned int)len); in main() 141 ret = wind_utf8ucs4(t->utf8_str, u, &len); in main() 144 t->utf8_str); in main() 151 t->utf8_str, (unsigned int)t->len, (unsigned int)len); in main() 157 t->utf8_str); in main() 166 t->utf8_str); in main()
|
| /trueos/contrib/subversion/subversion/libsvn_subr/ |
| HD | user.c | 55 const char *utf8_str; in utf8_or_nothing() local 56 svn_error_t *err = svn_utf_cstring_to_utf8(&utf8_str, str, pool); in utf8_or_nothing() 58 return utf8_str; in utf8_or_nothing()
|
| HD | win32_crashrpt.c | 69 char *utf8_str = malloc(sizeof(wchar_t) * len + 1); in convert_wbcs_to_utf8() local 70 len = wcstombs(utf8_str, str, len); in convert_wbcs_to_utf8() 75 utf8_str[len] = '\0'; in convert_wbcs_to_utf8() 77 return utf8_str; in convert_wbcs_to_utf8()
|