runetochar         25 third_party/cld/encodings/compact_lang_det/win/cld_htmlutils_google3.cc     *plen = runetochar(dst, &entval);
runetochar        379 third_party/protobuf/src/google/protobuf/stubs/strutil.cc           d += runetochar(d, &rune);
runetochar        407 third_party/protobuf/src/google/protobuf/stubs/strutil.cc           d += runetochar(d, &rune);
runetochar        651 third_party/re2/re2/compile.cc   int n = runetochar(reinterpret_cast<char*>(ulo), &lo);
runetochar        652 third_party/re2/re2/compile.cc   int m = runetochar(reinterpret_cast<char*>(uhi), &hi);
runetochar        703 third_party/re2/re2/compile.cc       int n = runetochar(reinterpret_cast<char*>(buf), &r);
runetochar       1945 third_party/re2/re2/parse.cc     int n = runetochar(buf, &r);
runetochar        396 third_party/re2/re2/prefilter.cc   int n = runetochar(buf, &r);
runetochar        657 third_party/re2/re2/regexp.cc             p += runetochar(p, &r);
runetochar        668 third_party/re2/re2/regexp.cc         prefix->append(buf, runetochar(buf, &re->rune_));
runetochar        100 third_party/re2/re2/testing/dump.cc       buf[runetochar(buf, &r)] = 0;
runetochar        108 third_party/re2/re2/testing/dump.cc         buf[runetochar(buf, &r)] = 0;
runetochar         31 third_party/re2/re2/testing/exhaustive3_test.cc   buf[runetochar(buf, &r)] = 0;
runetochar        186 third_party/re2/util/rune.cc 	return runetochar(str, &rune);
runetochar         35 third_party/re2/util/utf.h int runetochar(char* s, const Rune* r);