HelenOS sources

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