#include <BidiInfo.d.hpp>
An object containing bidi information for a given string, produced by for_text()
on Bidi
See the Rust documentation for BidiInfo
for more information.
◆ level_at()
uint8_t icu4x::BidiInfo::level_at |
( |
size_t | pos | ) |
const |
|
inline |
Get the BIDI level at a particular byte index in the full text. This integer is conceptually a unicode_bidi::Level
, and can be further inspected using the static methods on Bidi.
Returns 0 (equivalent to Level::ltr()
) on error
◆ operator delete()
void icu4x::BidiInfo::operator delete |
( |
void * | ptr | ) |
|
|
inlinestatic |
◆ paragraph_at()
Get the nth paragraph, returning None
if out of bounds
◆ paragraph_count()
size_t icu4x::BidiInfo::paragraph_count |
( |
| ) |
const |
|
inline |
The number of paragraphs contained here
◆ size()
size_t icu4x::BidiInfo::size |
( |
| ) |
const |
|
inline |
The number of bytes in this full text
The documentation for this class was generated from the following files: