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

  /external/icu4c/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/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 251 #define u_strFindFirst u_strFindFirst_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 251 #define u_strFindFirst u_strFindFirst_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 251 #define u_strFindFirst u_strFindFirst_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 251 #define u_strFindFirst u_strFindFirst_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h 356 #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst)
    [all...]

Completed in 345 milliseconds