ICU4X
International Components for Unicode
|
#include <ScriptWithExtensionsBorrowed.d.hpp>
Public Member Functions | |
uint16_t | get_script_val (char32_t ch) const |
std::unique_ptr< icu4x::ScriptExtensionsSet > | get_script_extensions_val (char32_t ch) const |
bool | has_script (char32_t ch, uint16_t script) const |
std::unique_ptr< icu4x::CodePointSetData > | get_script_extensions_set (uint16_t script) const |
Static Public Member Functions | |
static void | operator delete (void *ptr) |
A slightly faster ScriptWithExtensions object
See the Rust documentation for ScriptWithExtensionsBorrowed
for more information.
|
inline |
Build the CodePointSetData corresponding to a codepoints matching a particular script in their Script_Extensions
See the Rust documentation for get_script_extensions_set
for more information.
|
inline |
Get the Script property value for a code point
See the Rust documentation for get_script_extensions_val
for more information.
|
inline |
Get the Script property value for a code point Get the Script property value for a code point
See the Rust documentation for get_script_val
for more information.
|
inline |
Check if the Script_Extensions property of the given code point covers the given script
See the Rust documentation for has_script
for more information.
|
inlinestatic |