libunibreak  4.1
Functions
emojidef.c File Reference

Emoji-related routine and data that are used internally. More...

#include "emojidef.h"
#include "emojidata.c"
Include dependency graph for emojidef.c:

Functions

bool ub_is_extended_pictographic (utf32_t ch)
 Finds out if a codepoint is extended pictographic. More...
 

Detailed Description

Emoji-related routine and data that are used internally.

Author
Andreas Röver

Function Documentation

◆ ub_is_extended_pictographic()

bool ub_is_extended_pictographic ( utf32_t  ch)

Finds out if a codepoint is extended pictographic.

Parameters
[in]chcharacter to check
Returns
true if the codepoint is extended pictographic; false otherwise