OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CaseFold
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/
unicode_casefold.h
53
struct
CaseFold
{
59
extern
CaseFold
unicode_casefold[];
62
extern
CaseFold
unicode_tolower[];
65
// Returns the
CaseFold
* in the tables that contains rune.
66
// If rune is not in the tables, returns the first
CaseFold
* after rune.
68
extern
CaseFold
* LookupCaseFold(
CaseFold
*, int, Rune rune);
71
extern Rune ApplyFold(
CaseFold
*f, Rune r);
/external/regex-re2/re2/
unicode_casefold.h
53
struct
CaseFold
{
59
extern
CaseFold
unicode_casefold[];
62
extern
CaseFold
unicode_tolower[];
65
// Returns the
CaseFold
* in the tables that contains rune.
66
// If rune is not in the tables, returns the first
CaseFold
* after rune.
68
extern
CaseFold
* LookupCaseFold(
CaseFold
*, int, Rune rune);
71
extern Rune ApplyFold(
CaseFold
*f, Rune r);
Completed in 23 milliseconds