Home
last modified time | relevance | path

Searched defs:level_at (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/icu_capi/bindings/cpp/icu4x/
DBidiInfo.hpp52 inline uint8_t icu4x::BidiInfo::level_at(size_t pos) const { in level_at() function in icu4x::BidiInfo
DBidiParagraph.hpp79 inline uint8_t icu4x::BidiParagraph::level_at(size_t pos) const { in level_at() function in icu4x::BidiParagraph
/external/rust/android-crates-io/crates/icu_capi/src/
Dbidi.rs217 pub fn level_at(&self, pos: usize) -> u8 { in level_at() method
300 pub fn level_at(&self, pos: usize) -> u8 { in level_at() method
/external/rust/android-crates-io/crates/unicode-bidi/src/
Dutf16.rs602 pub fn level_at(&self, pos: usize) -> Level { in level_at() method
Dlib.rs1187 pub fn level_at(&self, pos: usize) -> Level { in level_at() method