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

  /external/icu/icu4c/source/common/
ustring.cpp 74 return u_strchr(s, cs);
120 return length<0 ? u_strchr(s, cs) : u_memchr(s, cs, length);
196 u_strchr(const UChar *s, UChar c) { function
220 return u_strchr(s, (UChar)c);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 372 #define u_strchr U_ICU_ENTRY_POINT_RENAME(u_strchr) macro
    [all...]

Completed in 185 milliseconds