Searched refs:runetochar (Results 1 – 13 of 13) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/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()
|
/external/rust/crates/grpcio-sys/grpc/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);
|
/external/libutf/ |
D | rune.c | 253 runetochar(char *str, const Rune *rune) in runetochar() function 314 return runetochar(str, &rune); in runelen()
|
D | utf.h | 36 int runetochar(char* s, const Rune* r);
|
/external/libtextclassifier/native/lang_id/ |
D | custom-tokenizer.cc | 73 runetochar(lower_buf, &lower); in AppendLowerCase()
|
/external/libtextclassifier/native/utils/utf8/ |
D | unicodetext.cc | 146 int runetochar(const char32 rune, char* dest) { in runetochar() function 189 int char_len = runetochar(ch, str); in push_back()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | compile.cc | 751 int n = runetochar(reinterpret_cast<char*>(ulo), &lo); in AddRuneRangeUTF8() 752 int m = runetochar(reinterpret_cast<char*>(uhi), &hi); in AddRuneRangeUTF8() 839 int n = runetochar(reinterpret_cast<char*>(buf), &r); in Literal()
|
D | prefilter.cc | 393 int n = runetochar(buf, &r); in RuneToString()
|
D | regexp.cc | 668 p += runetochar(p, &runes[i]); in ConvertRunesToBytes()
|
D | parse.cc | 2191 int n = runetochar(buf, &r); in ConvertLatin1ToUTF8()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 412 d += runetochar(d, &rune); in UnescapeCEscapeSequences() 440 d += runetochar(d, &rune); in UnescapeCEscapeSequences()
|