HelenOS sources

UTF8_MASK_INITIAL4  323 common/str.c   				char32_t ch = (b & UTF8_MASK_INITIAL4) << 18 |
UTF8_MASK_INITIAL4  323 kernel/generic/common/str.c 				char32_t ch = (b & UTF8_MASK_INITIAL4) << 18 |
UTF8_MASK_INITIAL4  323 uspace/lib/c/common/str.c 				char32_t ch = (b & UTF8_MASK_INITIAL4) << 18 |
HelenOS homepage, sources at GitHub