#include <ICU4XDecomposingNormalizer.hpp>
◆ ICU4XDecomposingNormalizer() [1/3]
ICU4XDecomposingNormalizer::ICU4XDecomposingNormalizer |
( |
capi::ICU4XDecomposingNormalizer * | i | ) |
|
|
inlineexplicit |
◆ ICU4XDecomposingNormalizer() [2/3]
ICU4XDecomposingNormalizer::ICU4XDecomposingNormalizer |
( |
| ) |
|
|
default |
◆ ICU4XDecomposingNormalizer() [3/3]
◆ create_nfd()
◆ create_nfkd()
◆ is_normalized()
bool ICU4XDecomposingNormalizer::is_normalized |
( |
const std::string_view | s | ) |
const |
|
inline |
Check if a string is normalized
Ill-formed input is treated as if errors had been replaced with REPLACEMENT CHARACTERs according to the WHATWG Encoding Standard.
See the Rust documentation for is_normalized_utf8
for more information.
◆ normalize()
Normalize a string
Ill-formed input is treated as if errors had been replaced with REPLACEMENT CHARACTERs according to the WHATWG Encoding Standard.
See the Rust documentation for normalize_utf8
for more information.
◆ normalize_to_writeable()
template<typename W>
diplomat::result< std::monostate, ICU4XError > ICU4XDecomposingNormalizer::normalize_to_writeable |
( |
const std::string_view | s, |
|
|
W & | write ) const |
|
inline |
Normalize a string
Ill-formed input is treated as if errors had been replaced with REPLACEMENT CHARACTERs according to the WHATWG Encoding Standard.
See the Rust documentation for normalize_utf8
for more information.
◆ operator=()
The documentation for this class was generated from the following file: