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

  /external/icu/icu4c/source/common/
ustring.cpp 56 u_strFindFirst(const UChar *s, int32_t length,
195 return u_strFindFirst(s, -1, substring, -1);
202 return u_strFindFirst(s, -1, &c, 1);
246 return u_strFindFirst(s, count, &c, 1);
300 * This implementation is more lazy than the one for u_strFindFirst():
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 345 #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst)
    [all...]

Completed in 96 milliseconds