Home
last modified time | relevance | path

Searched refs:position_before (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/unicode-segmentation/src/
Dsentence.rs189 let position_before = self.pos; in next() localVariable
199 _ if state_before.match1(StatePart::Sot) => return Some(position_before), in next()
211 return Some(position_before) in next()
228 _ if match_sb8(&state_before, &self.string[position_before..]) => continue, in next()
259 _ if match_sb11(&state_before) => return Some(position_before), in next()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml1146 let position_before i = position_builder (Before i) function
Dllvm.mli1901 is set with {!position_before} or {!position_at_end}. See the constructor
1922 (** [position_before ins b] moves the instruction builder [b] to before the
1924 val position_before : llvalue -> llbuilder -> unit val
/external/llvm/test/Bindings/OCaml/
Dcore.ml1150 position_before ret atentry