Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/unicode-segmentation/src/
Dsentence.rs352 fn has_alphanumeric(s: &&str) -> bool { in new_unicode_sentences() function
355 let has_alphanumeric: fn(&&str) -> bool = has_alphanumeric; // coerce to fn pointer in new_unicode_sentences() localVariable
Dword.rs730 fn has_alphanumeric(s: &&str) -> bool { in has_alphanumeric() function