sbool isUnicodeSmileyAtIndex(S s, int i) { ret i >= 0 && l(s) >= i+2 && isBetween(Character.codePointAt(s, i), 0x1F000, 0x1F64F); }