Searched defs:paragraph_at (Results 1 – 2 of 2) sorted by relevance
41 inline std::unique_ptr<icu4x::BidiParagraph> icu4x::BidiInfo::paragraph_at(size_t n) const { in paragraph_at() function in icu4x::BidiInfo
199 pub fn paragraph_at(&'text self, n: usize) -> Option<Box<BidiParagraph<'text>>> { in paragraph_at() method