HomeSort by relevance Sort by last modified time
    Searched full:runetochar (Results 1 - 18 of 18) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
string1.go 54 n1 += runetochar(buf[:], rune(str[i]))
63 n2 += runetochar(b[n2:], rune(str[i]))
string.go 191 size1 += runetochar(dum[:], r)
200 size2 += runetochar(b[size2:], r)
219 n := runetochar(b, rune(v))
rune.go 163 // runetochar converts r to bytes and writes the result to str.
165 func runetochar(str []byte, r rune) int {
  /prebuilts/go/linux-x86/src/runtime/
string1.go 54 n1 += runetochar(buf[:], rune(str[i]))
63 n2 += runetochar(b[n2:], rune(str[i]))
string.go 191 size1 += runetochar(dum[:], r)
200 size2 += runetochar(b[size2:], r)
219 n := runetochar(b, rune(v))
rune.go 163 // runetochar converts r to bytes and writes the result to str.
165 func runetochar(str []byte, r rune) int {
  /external/regex-re2/util/
utf.h 35 int runetochar(char* s, const Rune* r);
rune.cc 125 runetochar(char *str, const Rune *rune) function in namespace:re2
186 return runetochar(str, &rune);
  /external/libutf/
rune.3 11 runetochar, chartorune, runelen, runenlen, fullrune, utfecpy, utflen, utfnlen, utfrune, utfrrune, utfutf \- rune/UTF conversion
17 int runetochar(char *s, Rune *r)
53 .I Runetochar
rune.c 249 runetochar(char *str, const Rune *rune) function
310 return runetochar(str, &rune);
utf.h 33 // runetochar copies (encodes) one rune, pointed to by r, to at most
36 int runetochar(char* s, const Rune* r);
  /external/regex-re2/re2/testing/
dump.cc 100 buf[runetochar(buf, &r)] = 0;
108 buf[runetochar(buf, &r)] = 0;
exhaustive3_test.cc 31 buf[runetochar(buf, &r)] = 0;
  /external/regex-re2/re2/
regexp.cc 657 p += runetochar(p, &r);
668 prefix->append(buf, runetochar(buf, &re->rune_));
compile.cc 650 int n = runetochar(reinterpret_cast<char*>(ulo), &lo);
651 int m = runetochar(reinterpret_cast<char*>(uhi), &hi);
702 int n = runetochar(reinterpret_cast<char*>(buf), &r);
    [all...]
prefilter.cc 396 int n = runetochar(buf, &r);
parse.cc     [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 364 #if 0 // TODO(kenton): Support \u and \U? Requires runetochar().
379 d += runetochar(d, &rune);
407 d += runetochar(d, &rune);
    [all...]

Completed in 6239 milliseconds