Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:case_fold_simple
(Results
1 - 3
of
3
) sorted by relevance
/third_party/rust/crates/regex/regex-syntax/src/hir/
H
A
D
mod.rs
798
pub fn
case_fold_simple
(&mut self) {
in case_fold_simple()
functions
800
Class::Unicode(ref mut x) => x.
case_fold_simple
(),
in case_fold_simple()
801
Class::Bytes(ref mut x) => x.
case_fold_simple
(),
in case_fold_simple()
888
pub fn
case_fold_simple
(&mut self) {
in case_fold_simple()
functions
890
.
case_fold_simple
()
in case_fold_simple()
907
self.set.
case_fold_simple
()
in try_case_fold_simple()
1022
fn
case_fold_simple
(
in case_fold_simple()
functions
1125
pub fn
case_fold_simple
(&mut self) {
in case_fold_simple()
functions
1126
self.set.
case_fold_simple
().expect("ASCII case folding never fails");
in case_fold_simple()
1220
fn
case_fold_simple
(
in case_fold_simple()
functions
[all...]
H
A
D
interval.rs
81
pub fn
case_fold_simple
(&mut self) -> Result<(), unicode::CaseFoldError> {
in case_fold_simple()
functions
85
if let Err(err) = range.
case_fold_simple
(&mut self.ranges) {
in case_fold_simple()
344
fn
case_fold_simple
(
in next()
functions
H
A
D
translate.rs
562
rhs.
case_fold_simple
();
in visit_class_set_binary_op_post()
563
lhs.
case_fold_simple
();
in visit_class_set_binary_op_post()
709
cls.
case_fold_simple
();
in hir_from_char_case_insensitive()
971
class.
case_fold_simple
();
in bytes_fold_and_negate()
1315
cls.
case_fold_simple
();
in hir_case_fold()
Completed in 7 milliseconds