Searched defs:left_and_right (Results 1 – 4 of 4) sorted by relevance
5 struct left_and_right { struct6 int left, right;
159 final int left_and_right[] = {left, right}; in localeDataCompareRegions() local
162 const std::array<uint32_t, 2> left_and_right = {{left, right}}; in localeDataCompareRegions() local
66 pub fn left_and_right(self) -> (Option<A>, Option<B>) { in left_and_right() method