Home
last modified time | relevance | path

Searched defs:splitted (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/regex/tests/
Dmacros.rs145 let splitted: Vec<_> = re.split(t!($text)).collect(); localVariable
156 let splitted: Vec<_> = re.splitn(t!($text), $limit).collect(); localVariable
/third_party/python/Objects/
Ddictobject.c505 int splitted = _PyDict_HasSplitTable(mp); in _PyDict_CheckConsistency() local