Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_consts.h41 #define MBFL_WCSPLANE_SUPMIN 0x00010000 macro
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf7imap.c331 } else if (c >= MBFL_WCSPLANE_SUPMIN && c < MBFL_WCSPLANE_SUPMAX) { in mbfl_filt_conv_wchar_utf7imap()
684 if (w >= MBFL_WCSPLANE_SUPMIN) { in mb_wchar_to_utf7imap()
H A Dmbfilter_utf7.c298 } else if (c >= MBFL_WCSPLANE_SUPMIN && c < MBFL_WCSPLANE_UTF32MAX) { in mbfl_filt_conv_wchar_utf7()
672 if (w >= MBFL_WCSPLANE_SUPMIN) { in mb_wchar_to_utf7()
H A Dmbfilter_utf16.c380 } else if (c >= MBFL_WCSPLANE_SUPMIN && c < MBFL_WCSPLANE_SUPMAX) { in mbfl_filt_conv_wchar_utf16be()
456 } else if (c >= MBFL_WCSPLANE_SUPMIN && c < MBFL_WCSPLANE_SUPMAX) { in mbfl_filt_conv_wchar_utf16le()

Completed in 13 milliseconds