sbool isHighSurrogate(S s) { ret l(s) == 1 && Character.isHighSurrogate(s.charAt(0)); }