OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unicode_casefold
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/third_party/re2/re2/
unicode_casefold.h
59
extern CaseFold
unicode_casefold
[];
unicode_casefold.cc
3
// make_unicode_casefold.py >
unicode_casefold
.cc
5
#include "re2/
unicode_casefold
.h"
11
CaseFold
unicode_casefold
[] = {
member in namespace:re2
make_unicode_casefold.py
8
# See
unicode_casefold
.h for description of case folding tables.
16
// make_unicode_casefold.py >
unicode_casefold
.cc
18
#include "re2/
unicode_casefold
.h"
parse.cc
22
#include "re2/
unicode_casefold
.h"
296
// Returns the next Rune in r's folding cycle (see
unicode_casefold
.h).
307
CaseFold* f = LookupCaseFold(
unicode_casefold
, num_unicode_casefold, r);
330
CaseFold* f = LookupCaseFold(
unicode_casefold
, num_unicode_casefold, lo);
[
all
...]
/external/chromium_org/third_party/re2/
Makefile
80
re2/
unicode_casefold
.h\
110
obj/re2/
unicode_casefold
.o\
209
rm -f re2/perl_groups.cc re2/
unicode_casefold
.cc re2/unicode_groups.cc
re2.target.darwin-arm64.mk
43
third_party/re2/re2/
unicode_casefold
.cc \
re2.target.darwin-mips.mk
43
third_party/re2/re2/
unicode_casefold
.cc \
re2.target.darwin-mips64.mk
43
third_party/re2/re2/
unicode_casefold
.cc \
re2.target.darwin-x86.mk
43
third_party/re2/re2/
unicode_casefold
.cc \
re2.target.darwin-x86_64.mk
43
third_party/re2/re2/
unicode_casefold
.cc \
re2.target.linux-arm64.mk
43
third_party/re2/re2/
unicode_casefold
.cc \
re2.target.linux-mips.mk
43
third_party/re2/re2/
unicode_casefold
.cc \
re2.target.linux-mips64.mk
43
third_party/re2/re2/
unicode_casefold
.cc \
re2.target.linux-x86.mk
43
third_party/re2/re2/
unicode_casefold
.cc \
re2.target.linux-x86_64.mk
43
third_party/re2/re2/
unicode_casefold
.cc \
re2.target.darwin-arm.mk
43
third_party/re2/re2/
unicode_casefold
.cc \
re2.target.linux-arm.mk
43
third_party/re2/re2/
unicode_casefold
.cc \
Completed in 124 milliseconds