Searched refs:runetochar (Results 1 – 12 of 12) sorted by relevance
/third_party/re2/re2/testing/ |
D | dump.cc | 100 buf[runetochar(buf, &r)] = 0; in DumpRegexpAppending() 108 buf[runetochar(buf, &r)] = 0; in DumpRegexpAppending()
|
D | exhaustive3_test.cc | 37 buf[runetochar(buf, &r)] = 0; in UTF8()
|
/third_party/re2/util/ |
D | rune.cc | 127 runetochar(char *str, const Rune *rune) in runetochar() function 188 return runetochar(str, &rune); in runelen()
|
D | utf.h | 36 int runetochar(char* s, const Rune* r);
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
D | rune.c | 255 runetochar(char *str, const Rune *rune) in runetochar() function 318 return runetochar(str, &rune); in runelen()
|
D | utf.h | 49 int runetochar(char* s, const Rune* r);
|
D | unicodetext.cc | 370 int len = runetochar(buf, &rune); in push_back()
|
/third_party/re2/re2/ |
D | compile.cc | 757 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()
|
D | regexp.cc | 699 p += runetochar(p, &r); in RequiredPrefix() 710 prefix->append(buf, runetochar(buf, &re->rune_)); in RequiredPrefix()
|
D | prefilter.cc | 393 int n = runetochar(buf, &r); in RuneToString()
|
D | parse.cc | 2191 int n = runetochar(buf, &r); in ConvertLatin1ToUTF8()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 393 d += runetochar(d, &rune); in UnescapeCEscapeSequences() 421 d += runetochar(d, &rune); in UnescapeCEscapeSequences()
|