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

  /external/chromium_org/third_party/re2/util/
utf.h 39 char* utfrune(const char*, Rune);
rune.cc 231 utfrune(const char *s, Rune c) function in namespace:re2
  /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/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utf.h 124 // utfrune returns a pointer to the first occurrence of rune r in the
129 const char* utfrune(const char* s, Rune r);
  /external/chromium_org/third_party/re2/re2/testing/
string_generator_test.cc 56 EXPECT_TRUE(utfrune(alphabet.c_str(), r) != NULL);
  /external/regex-re2/re2/testing/
string_generator_test.cc 56 EXPECT_TRUE(utfrune(alphabet.c_str(), r) != NULL);

Completed in 242 milliseconds