Home
last modified time | relevance | path

Searched defs:plane (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c9715 int plane = (c1 & 0xF00) >> 8; /* This is actually the CNS-11643 plane minus one */ in mbfl_filt_conv_euctw_wchar() local
9774 int plane = (s & 0x1F0000) >> 16; in mbfl_filt_conv_wchar_euctw() local
9841 unsigned int plane = c2 - 0xA1; /* This is actually the CNS-11643 plane minus one */ in mb_euctw_to_wchar() local
9911 unsigned int plane = s >> 16; in mb_wchar_to_euctw() local

Completed in 42 milliseconds