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

  /external/regex-re2/util/
utf.h 39 char* utfrune(const char*, Rune);
rune.cc 231 utfrune(const char *s, Rune c) function in namespace:re2
  /external/libutf/
utfrune.c 21 utfrune(const char *s, Rune c) function
utfutf.c 38 for(p=s1; (p=utfrune(p, f)) != 0; p+=n1)
Android.mk 22 utfrune.c \
utf.h 106 // utfrune returns a pointer to the first occurrence of rune r in the
111 const char* utfrune(const char* s, Rune r);
Makefile 49 utfrune.$O\
  /external/regex-re2/re2/testing/
string_generator_test.cc 56 EXPECT_TRUE(utfrune(alphabet.c_str(), r) != NULL);

Completed in 148 milliseconds