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

  /external/libutf/
utfutf.c 26 utfutf(const char *s1, const char *s2) function
Android.mk 23 utfutf.c
utf.h 122 // utfutf returns a pointer to the first occurrence of the UTF string
124 // null string, utfutf returns s1. (cf. strstr)
126 const char* utfutf(const char* s1, const char* s2);
Makefile 50 utfutf.$O\
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utf.h 140 // utfutf returns a pointer to the first occurrence of the UTF string
142 // null string, utfutf returns s1. (cf. strstr)
144 const char* utfutf(const char* s1, const char* s2);

Completed in 94 milliseconds