HomeSort by relevance Sort by last modified time
    Searched refs:unicode_casefold (Results 1 - 6 of 6) sorted by null

  /external/regex-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 23 #include "re2/unicode_casefold.h"
297 // Returns the next Rune in r's folding cycle (see unicode_casefold.h).
308 CaseFold* f = LookupCaseFold(unicode_casefold, num_unicode_casefold, r);
331 CaseFold* f = LookupCaseFold(unicode_casefold, num_unicode_casefold, lo);
    [all...]
  /external/regex-re2/
Android.mk 36 re2/unicode_casefold.cc \
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

Completed in 2144 milliseconds