Home
last modified time | relevance | path

Searched refs:runetochar (Results 1 – 12 of 12) sorted by relevance

/third_party/re2/re2/testing/
Ddump.cc100 buf[runetochar(buf, &r)] = 0; in DumpRegexpAppending()
108 buf[runetochar(buf, &r)] = 0; in DumpRegexpAppending()
Dexhaustive3_test.cc37 buf[runetochar(buf, &r)] = 0; in UTF8()
/third_party/re2/util/
Drune.cc127 runetochar(char *str, const Rune *rune) in runetochar() function
188 return runetochar(str, &rune); in runelen()
Dutf.h36 int runetochar(char* s, const Rune* r);
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Drune.c255 runetochar(char *str, const Rune *rune) in runetochar() function
318 return runetochar(str, &rune); in runelen()
Dutf.h49 int runetochar(char* s, const Rune* r);
Dunicodetext.cc370 int len = runetochar(buf, &rune); in push_back()
/third_party/re2/re2/
Dcompile.cc757 int n = runetochar(reinterpret_cast<char*>(ulo), &lo); in AddRuneRangeUTF8()
758 int m = runetochar(reinterpret_cast<char*>(uhi), &hi); in AddRuneRangeUTF8()
845 int n = runetochar(reinterpret_cast<char*>(buf), &r); in Literal()
Dregexp.cc699 p += runetochar(p, &r); in RequiredPrefix()
710 prefix->append(buf, runetochar(buf, &re->rune_)); in RequiredPrefix()
Dprefilter.cc393 int n = runetochar(buf, &r); in RuneToString()
Dparse.cc2191 int n = runetochar(buf, &r); in ConvertLatin1ToUTF8()
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.cc393 d += runetochar(d, &rune); in UnescapeCEscapeSequences()
421 d += runetochar(d, &rune); in UnescapeCEscapeSequences()