Home
last modified time | relevance | path

Searched refs:UTF8NESS_YES (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dlocale.c4782 return (known_utf8 == LOCALE_IS_UTF8) ? UTF8NESS_YES : UTF8NESS_NO; in S_get_locale_string_utf8ness_i()
4801 return (is_locale_utf8(locale)) ? UTF8NESS_YES : UTF8NESS_NO; in S_get_locale_string_utf8ness_i()
5599 if (UTF8NESS_YES == (get_locale_string_utf8ness_i(SvPVX(*value), in S_my_localeconv()
5983 ( UTF8NESS_YES in S_populate_hash_from_localeconv()
6696 if (*utf8ness == UTF8NESS_YES) { in S_langinfo_sv_i()
7733 if (is_utf8 == UTF8NESS_YES) { in S_emulate_langinfo()
8009 strings_utf8ness = UTF8NESS_YES; in S_maybe_override_codeset()
8035 strings_utf8ness = UTF8NESS_YES; in S_maybe_override_codeset()
8038 if (strings_utf8ness == UTF8NESS_YES) { in S_maybe_override_codeset()
8185 ? UTF8NESS_YES in S_sv_strftime_common()
[all …]
H A Dutf8.h107 UTF8NESS_YES = 2, /* Defintely is UTF-8, wideness enumerator
H A Dmg.c868 if (utf8ness == UTF8NESS_YES) { in Perl_sv_string_from_errnum()
964 if (utf8ness == UTF8NESS_YES) { in Perl_magic_get()