Searched refs:mzLOCALE_IS_UTF_8 (Results 1 – 2 of 2) sorted by relevance
23 # define mzLOCALE_IS_UTF_8(s) (!s || !(*s)) macro26 # define mzLOCALE_IS_UTF_8(s) (!s || !(*s)) macro28 #ifndef mzLOCALE_IS_UTF_829 # define mzLOCALE_IS_UTF_8(s) (!(rktio_convert_properties(scheme_rktio) & RKTIO_CONVERTER_SUPPORTED… macro1245 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()