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

  /external/chromium_org/third_party/icu/source/common/
ustring.c 52 u_strFindFirst(const UChar *s, int32_t length,
191 return u_strFindFirst(s, -1, substring, -1);
198 return u_strFindFirst(s, -1, &c, 1);
242 return u_strFindFirst(s, count, &c, 1);
296 * This implementation is more lazy than the one for u_strFindFirst():
    [all...]
  /external/icu4c/common/
ustring.cpp 53 u_strFindFirst(const UChar *s, int32_t length,
192 return u_strFindFirst(s, -1, substring, -1);
199 return u_strFindFirst(s, -1, &c, 1);
243 return u_strFindFirst(s, count, &c, 1);
297 * This implementation is more lazy than the one for u_strFindFirst():
    [all...]
  /external/icu4c/common/unicode/
urename.h 343 #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 354 #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst)
    [all...]

Completed in 44 milliseconds