Searched refs:runes (Results 1 – 9 of 9) sorted by relevance
/external/regex-re2/re2/testing/ |
D | dump.cc | 80 Rune r = re->runes()[i]; in DumpRegexpAppending() 106 Rune r = re->runes()[i]; in DumpRegexpAppending()
|
/external/regex-re2/re2/ |
D | regexp.cc | 289 Regexp* Regexp::LiteralString(Rune* runes, int nrunes, ParseFlags flags) { in LiteralString() argument 293 return NewLiteral(runes[0], flags); in LiteralString() 296 re->AddRuneToString(runes[i]); in LiteralString() 344 memcmp(a->runes(), b->runes(), in TopEqual() 345 a->nrunes() * sizeof a->runes()[0]) == 0; in TopEqual()
|
D | prefilter.cc | 572 info = LiteralLatin1(re->runes()[0]); in PostVisit() 574 info = Concat(info, LiteralLatin1(re->runes()[i])); in PostVisit() 577 info = Literal(re->runes()[0]); in PostVisit() 579 info = Concat(info, Literal(re->runes()[i])); in PostVisit()
|
D | regexp.h | 332 Rune* runes() { DCHECK_EQ(op_, kRegexpLiteralString); return runes_; } in runes() function 395 static Regexp* LiteralString(Rune* runes, int nrunes, ParseFlags flags);
|
D | tostring.cc | 162 AppendLiteral(t_, re->runes()[i], re->parse_flags() & Regexp::FoldCase); in PostVisit()
|
D | compile.cc | 772 Frag f1 = Literal(re->runes()[i], re->parse_flags()&Regexp::FoldCase); in PostVisit()
|
/external/regex-re2/ |
D | ucs2.diff | 54 // the bytes that would make up those runes in the current
|
/external/dbus/ |
D | configure.ac | 1382 # Solaris' C library apparently needs these runes to be threadsafe...
|
/external/icu/icu4c/source/data/unidata/ |
D | ppucd.txt | 7024 # Golden number runes
|