Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/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()
/external/rust/crates/grpcio-sys/grpc/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);
/external/libutf/
Drune.c253 runetochar(char *str, const Rune *rune) in runetochar() function
314 return runetochar(str, &rune); in runelen()
Dutf.h36 int runetochar(char* s, const Rune* r);
/external/libtextclassifier/native/lang_id/
Dcustom-tokenizer.cc73 runetochar(lower_buf, &lower); in AppendLowerCase()
/external/libtextclassifier/native/utils/utf8/
Dunicodetext.cc146 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/
Dcompile.cc751 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()
Dprefilter.cc393 int n = runetochar(buf, &r); in RuneToString()
Dregexp.cc668 p += runetochar(p, &runes[i]); in ConvertRunesToBytes()
Dparse.cc2191 int n = runetochar(buf, &r); in ConvertLatin1ToUTF8()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc412 d += runetochar(d, &rune); in UnescapeCEscapeSequences()
440 d += runetochar(d, &rune); in UnescapeCEscapeSequences()