HelenOS sources

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