Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf7.c621 static bool should_direct_encode(uint32_t c) in should_direct_encode() function
647 if (should_direct_encode(w)) { in mb_wchar_to_utf7()
691 if (should_direct_encode(w)) { in mb_wchar_to_utf7()
733 return should_direct_encode(c) || is_optional_direct(c) || c == '\0'; in can_encode_directly()

Completed in 6 milliseconds