Home | History | Annotate | Download | only in re2

Lines Matching refs:CaseFold

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