HelenOS sources

_is_continuation  133 common/stdc/uchar.c 		if (_is_continuation(b)) {
_is_continuation  170 common/stdc/uchar.c 		if (!_is_continuation(b) || _is_non_shortest(mb->continuation, b)) {
_is_continuation  133 kernel/generic/common/stdc/uchar.c 		if (_is_continuation(b)) {
_is_continuation  170 kernel/generic/common/stdc/uchar.c 		if (!_is_continuation(b) || _is_non_shortest(mb->continuation, b)) {
_is_continuation  133 uspace/lib/c/common/stdc/uchar.c 		if (_is_continuation(b)) {
_is_continuation  170 uspace/lib/c/common/stdc/uchar.c 		if (!_is_continuation(b) || _is_non_shortest(mb->continuation, b)) {
HelenOS homepage, sources at GitHub