Home | History | Annotate | Download | only in re2

Lines Matching refs:CaseFold

240 // Searches the case folding tables and returns the CaseFold* that contains r.
241 // If there isn't one, returns the CaseFold* with smallest f->lo bigger than r.
243 CaseFold* LookupCaseFold(CaseFold *f, int n, Rune r) {
244 CaseFold* ef = f + n;
271 Rune ApplyFold(CaseFold *f, Rune r) {
307 CaseFold* f = LookupCaseFold(unicode_casefold, num_unicode_casefold, r);
330 CaseFold* f = LookupCaseFold(unicode_casefold, num_unicode_casefold, lo);