HomeSort by relevance Sort by last modified time
    Searched defs:rune (Results 1 - 3 of 3) sorted by null

  /external/regex-re2/util/
rune.cc 49 chartorune(Rune *rune, const char *str)
60 *rune = c;
77 *rune = l;
92 *rune = l;
107 *rune = l;
120 *rune = Bad;
125 runetochar(char *str, const Rune *rune)
134 c = *rune;
214 Rune rune; local
    [all...]
  /external/regex-re2/re2/
parse.cc 63 // Pushes the literal rune r onto the stack.
64 bool PushLiteral(Rune r);
124 bool ParseCCCharacter(StringPiece* s, Rune *rp,
220 Rune r = re->ccb_->begin()->lo;
225 Rune r = re->ccb_->begin()->lo;
244 CaseFold* LookupCaseFold(CaseFold *f, int n, Rune r) {
271 // Returns the result of applying the fold f to the rune r.
272 Rune ApplyFold(CaseFold *f, Rune r) {
297 // Returns the next Rune in r's folding cycle (see unicode_casefold.h)
548 Rune rune; local
736 Rune rune = re->runes_[re->nrunes_ - 1]; local
1087 Rune rune = re2->rune_; local
    [all...]
regexp.h 223 Rune lo;
224 Rune hi;
228 // This lets us look in a set to find the range covering a particular Rune.
250 bool Contains(Rune r);
327 Rune rune() { DCHECK_EQ(op_, kRegexpLiteral); return rune_; } function in class:re2::Regexp
331 Rune* runes() { DCHECK_EQ(op_, kRegexpLiteralString); return runes_; }
392 static Regexp* NewLiteral(Rune rune, ParseFlags flags);
394 static Regexp* LiteralString(Rune* runes, int nrunes, ParseFlags flags)
    [all...]

Completed in 60 milliseconds