OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ApplyFold
(Results
1 - 3
of
3
) sorted by null
/external/regex-re2/re2/
unicode_casefold.h
71
extern Rune
ApplyFold
(CaseFold *f, Rune r);
prefilter.cc
181
return
ApplyFold
(f, r);
parse.cc
271
Rune
ApplyFold
(CaseFold *f, Rune r) {
310
return
ApplyFold
(f, r);
[
all
...]
Completed in 4796 milliseconds