Searched refs:string_to_from_locale (Results 1 – 2 of 2) sorted by relevance
/dports/lang/racket/racket-8.3/src/bc/src/ |
H A D | string.c | 171 static char *string_to_from_locale(int to_bytes, 1252 us = string_to_from_locale(0, SCHEME_BYTE_STR_VAL(bstr), in do_byte_string_to_char_string_locale() 1384 s = string_to_from_locale(1, (char *)SCHEME_CHAR_STR_VAL(cstr), in do_char_string_to_byte_string_locale() 2867 static char *string_to_from_locale(int to_bytes, in string_to_from_locale() function
|
/dports/lang/racket-minimal/racket-8.3/src/bc/src/ |
H A D | string.c | 171 static char *string_to_from_locale(int to_bytes, 1252 us = string_to_from_locale(0, SCHEME_BYTE_STR_VAL(bstr), in do_byte_string_to_char_string_locale() 1384 s = string_to_from_locale(1, (char *)SCHEME_CHAR_STR_VAL(cstr), in do_char_string_to_byte_string_locale() 2867 static char *string_to_from_locale(int to_bytes, in string_to_from_locale() function
|