Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/unicode-segmentation/src/
Dgrapheme.rs246 fn check_pair(before: GraphemeCat, after: GraphemeCat) -> PairResult { in check_pair() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/testing/
H A Dfile_check.cpp259 for (const auto& check_pair : check_pairs) { in parseSingleCheck() local