Home
last modified time | relevance | path

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

/dports/lang/racket/racket-8.3/src/bc/src/
H A Dstring.c23 # define mzLOCALE_IS_UTF_8(s) (!s || !(*s)) macro
26 # define mzLOCALE_IS_UTF_8(s) (!s || !(*s)) macro
28 #ifndef mzLOCALE_IS_UTF_8
29 # define mzLOCALE_IS_UTF_8(s) (!(rktio_convert_properties(scheme_rktio) & RKTIO_CONVERTER_SUPPORTED… macro
1245 if (mzLOCALE_IS_UTF_8(current_locale_name) || !locale_on in do_byte_string_to_char_string_locale()
1377 if (mzLOCALE_IS_UTF_8(current_locale_name) || !locale_on in do_char_string_to_byte_string_locale()
2607 if (mzLOCALE_IS_UTF_8(current_locale_name) || !locale_on) in locale_string_encoding()
4353 || (!*from_e && mzLOCALE_IS_UTF_8(current_locale_name))) in scheme_open_converter()
4355 || (!*to_e && mzLOCALE_IS_UTF_8(current_locale_name)))) { in scheme_open_converter()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dstring.c23 # define mzLOCALE_IS_UTF_8(s) (!s || !(*s)) macro
26 # define mzLOCALE_IS_UTF_8(s) (!s || !(*s)) macro
28 #ifndef mzLOCALE_IS_UTF_8
29 # define mzLOCALE_IS_UTF_8(s) (!(rktio_convert_properties(scheme_rktio) & RKTIO_CONVERTER_SUPPORTED… macro
1245 if (mzLOCALE_IS_UTF_8(current_locale_name) || !locale_on in do_byte_string_to_char_string_locale()
1377 if (mzLOCALE_IS_UTF_8(current_locale_name) || !locale_on in do_char_string_to_byte_string_locale()
2607 if (mzLOCALE_IS_UTF_8(current_locale_name) || !locale_on) in locale_string_encoding()
4353 || (!*from_e && mzLOCALE_IS_UTF_8(current_locale_name))) in scheme_open_converter()
4355 || (!*to_e && mzLOCALE_IS_UTF_8(current_locale_name)))) { in scheme_open_converter()