HomeSort by relevance Sort by last modified time
    Searched refs:runetochar (Results 1 - 7 of 7) sorted by null

  /external/regex-re2/util/
utf.h 35 int runetochar(char* s, const Rune* r);
rune.cc 125 runetochar(char *str, const Rune *rune) function in namespace:re2
186 return runetochar(str, &rune);
  /external/regex-re2/re2/
compile.cc 649 int n = runetochar(reinterpret_cast<char*>(ulo), &lo);
650 int m = runetochar(reinterpret_cast<char*>(uhi), &hi);
701 int n = runetochar(reinterpret_cast<char*>(buf), &r);
    [all...]
regexp.cc 646 p += runetochar(p, &r);
657 prefix->append(buf, runetochar(buf, &re->rune_));
prefilter.cc 389 int n = runetochar(buf, &r);
parse.cc     [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 326 #if 0 // TODO(kenton): Support \u and \U? Requires runetochar().
341 d += runetochar(d, &rune);
369 d += runetochar(d, &rune);
    [all...]

Completed in 590 milliseconds