HelenOS sources

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