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

  /external/libutf/
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
  /external/regex-re2/util/
rune.cc 49 chartorune(Rune *rune, const char *str) function in namespace:re2
224 s += chartorune(&rune, s);
250 n = chartorune(&r, s);

Completed in 393 milliseconds