HelenOS sources

_is_low_surrogate  325 common/stdc/uchar.c 	if (_is_low_surrogate(mb->continuation) && _is_high_surrogate(c)) {
_is_low_surrogate  327 common/stdc/uchar.c 	} else if (_is_high_surrogate(mb->continuation) && _is_low_surrogate(c)) {
_is_low_surrogate  325 kernel/generic/common/stdc/uchar.c 	if (_is_low_surrogate(mb->continuation) && _is_high_surrogate(c)) {
_is_low_surrogate  327 kernel/generic/common/stdc/uchar.c 	} else if (_is_high_surrogate(mb->continuation) && _is_low_surrogate(c)) {
_is_low_surrogate  325 uspace/lib/c/common/stdc/uchar.c 	if (_is_low_surrogate(mb->continuation) && _is_high_surrogate(c)) {
_is_low_surrogate  327 uspace/lib/c/common/stdc/uchar.c 	} else if (_is_high_surrogate(mb->continuation) && _is_low_surrogate(c)) {
HelenOS homepage, sources at GitHub