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

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
encoding_utils.h 32 int len = chartorune(&r, in);
  /external/chromium_org/third_party/re2/util/
utf.h 36 int chartorune(Rune* r, const char* s);
rune.cc 49 chartorune(Rune *rune, const char *str) function in namespace:re2
224 s += chartorune(&rune, s);
250 n = chartorune(&r, s);
  /external/regex-re2/util/
utf.h 36 int chartorune(Rune* r, const char* s);
rune.cc 49 chartorune(Rune *rune, const char *str) function in namespace:re2
224 s += chartorune(&rune, s);
250 n = chartorune(&r, s);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utf.h 57 // chartorune copies (decodes) at most UTFmax bytes starting at s to
59 // If the input is not exactly in UTF format, chartorune will set *r
67 int chartorune(Rune* r, const char* s);
70 // charntorune is like chartorune, except that it will access at most
98 // decoded by chartorune, and 0 otherwise. This does not guarantee
unilib.cc 55 // by chartorune to indicate error. Luckily, the real codepoint is size 3
rune.c 49 * This is a slower but "safe" version of the old chartorune
53 * chartorune will be a bit faster.
167 chartorune(Rune *rune, const char *str) function
unicodetext.cc 441 // (We could call chartorune here, but that does some
  /external/chromium_org/third_party/re2/re2/testing/
string_generator_test.cc 55 p += chartorune(&r, p);
regexp_generator.cc 235 q += chartorune(&r, q);
  /external/regex-re2/re2/testing/
string_generator_test.cc 55 p += chartorune(&r, p);
regexp_generator.cc 235 q += chartorune(&r, q);
  /external/chromium_org/third_party/re2/
ucs2.diff 412 - n = chartorune(&r, p);
444 - n = chartorune(&r, p);
478 - n = chartorune(&r, p);
549 - p += chartorune(&r, p);
  /external/regex-re2/
ucs2.diff 412 - n = chartorune(&r, p);
444 - n = chartorune(&r, p);
478 - n = chartorune(&r, p);
549 - p += chartorune(&r, p);
  /external/chromium_org/third_party/re2/re2/
parse.cc     [all...]
  /external/regex-re2/re2/
parse.cc     [all...]

Completed in 219 milliseconds