ICU4X
International Components for Unicode
|
#include <ScriptExtensionsSet.d.hpp>
Public Member Functions | |
bool | contains (uint16_t script) const |
size_t | count () const |
std::optional< uint16_t > | script_at (size_t index) const |
Static Public Member Functions | |
static void | operator delete (void *ptr) |
An object that represents the Script_Extensions property for a single character
See the Rust documentation for ScriptExtensionsSet
for more information.
|
inline |
Check if the Script_Extensions property of the given code point covers the given script
See the Rust documentation for contains
for more information.
|
inline |
Get the number of scripts contained in here
See the Rust documentation for iter
for more information.
|
inlinestatic |
|
inline |
Get script at index
See the Rust documentation for iter
for more information.