1 | sbool isUnicodeSmileyAtIndex(S s, int i) { |
2 | ret i >= 0 && l(s) >= i+2 |
3 | && isBetween(Character.codePointAt(s, i), 0x1F000, 0x1F64F); |
4 | } |
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
Snippet ID: | #1021917 |
Snippet name: | isUnicodeSmileyAtIndex |
Eternal ID of this version: | #1021917/1 |
Text MD5: | 9d6a8eebeed5123ff8f2b1b9493cfb7c |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-03-03 16:31:28 |
Source code size: | 140 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 267 / 400 |
Referenced in: | [show references] |