|
libunibreak 7.0
|
#include "eastasianwidthdef.h"Go to the source code of this file.
Functions | |
| bool | ub_is_op_east_asian (utf32_t ch) |
| Returns whether an OP (Open Punctuation) is East Asian. | |
| bool ub_is_op_east_asian | ( | utf32_t | ch | ) |
Returns whether an OP (Open Punctuation) is East Asian.
For the purpose of supporting LB30, being "east asian" here means the char has East_Asian_Width Property F/W/H.
| ch | Unicode codepoint (must be an OP) |