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

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_htmlutils_google3.cc 12 #include "cld/third_party/utf/utf.h" // for runetochar
25 *plen = runetochar(dst, &entval);
  /external/chromium_org/third_party/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/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/chromium_org/third_party/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/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/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utf.h 51 // runetochar copies (encodes) one rune, pointed to by r, to at most
54 int runetochar(char* s, const Rune* r);
rune.c 249 runetochar(char *str, const Rune *rune) function
310 return runetochar(str, &rune);
unicodetext.cc 365 int len = runetochar(buf, &c);
  /external/chromium_org/third_party/re2/re2/
compile.cc 651 int n = runetochar(reinterpret_cast<char*>(ulo), &lo);
652 int m = runetochar(reinterpret_cast<char*>(uhi), &hi);
703 int n = runetochar(reinterpret_cast<char*>(buf), &r);
    [all...]
regexp.cc 657 p += runetochar(p, &r);
668 prefix->append(buf, runetochar(buf, &re->rune_));
prefilter.cc 396 int n = runetochar(buf, &r);
parse.cc     [all...]
  /external/regex-re2/re2/
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...]
regexp.cc 657 p += runetochar(p, &r);
668 prefix->append(buf, runetochar(buf, &re->rune_));
prefilter.cc 396 int n = runetochar(buf, &r);
parse.cc     [all...]
  /external/chromium_org/third_party/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...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 326 #if 0 // TODO(kenton): Support \u and \U? Requires runetochar().
341 d += runetochar(d, &rune);
369 d += runetochar(d, &rune);
    [all...]

Completed in 641 milliseconds