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

  /external/regex-re2/re2/
regexp.h 332 Rune* runes() { DCHECK_EQ(op_, kRegexpLiteralString); return runes_; } function in class:re2::Regexp
385 // They do not consume allocated arrays like subs or runes.
395 static Regexp* LiteralString(Rune* runes, int nrunes, ParseFlags flags);
465 // Removes the first n leading runes from the beginning of re.
  /prebuilts/go/darwin-x86/src/reflect/
value.go 260 // runes returns v's underlying value.
261 // It panics if v's underlying value is not a slice of runes (int32s).
262 func (v Value) runes() []rune { func
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
value.go 260 // runes returns v's underlying value.
261 // It panics if v's underlying value is not a slice of runes (int32s).
262 func (v Value) runes() []rune { func
    [all...]

Completed in 1109 milliseconds