HelenOS sources

_is_non_shortest  354 common/str.c   		if (!_is_continuation(b) || _is_non_shortest(mb, b) || _is_surrogate(mb, b)) {
_is_non_shortest  354 kernel/generic/common/str.c 		if (!_is_continuation(b) || _is_non_shortest(mb, b) || _is_surrogate(mb, b)) {
_is_non_shortest  354 uspace/lib/c/common/str.c 		if (!_is_continuation(b) || _is_non_shortest(mb, b) || _is_surrogate(mb, b)) {
HelenOS homepage, sources at GitHub