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

  /external/icu/icu4c/source/test/cintltst/
custrtst.c 741 s!=u_strFindLast(s, -1, &nul, -1) ||
742 s!=u_strFindLast(s, -1, &nul, 0) ||
743 s!=u_strFindLast(s, UPRV_LENGTHOF(s), &nul, -1) ||
744 s!=u_strFindLast(s, UPRV_LENGTHOF(s), &nul, 0)
767 (s+10)!=u_strFindLast(s+1, -1, sub_a, -1) ||
768 (s+10)!=u_strFindLast(s+1, -1, &a, 1) ||
769 last!=u_strFindLast(s+1, 9, sub_a, -1) ||
770 last!=u_strFindLast(s+1, 9, &a, 1)
791 NULL!=u_strFindLast(s+1, -1, sub_b, -1) ||
792 NULL!=u_strFindLast(s+1, -1, &b, 1) |
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 286 u_strFindLast(const UChar *s, int32_t length,
367 return u_strFindLast(s, -1, substring, -1);
374 return u_strFindLast(s, -1, &c, 1);
420 return u_strFindLast(s, count, &c, 1);
    [all...]
unistr.cpp 1110 const UChar *match = u_strFindLast(array + start, length, srcChars + srcStart, srcLength);
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 184 * @see u_strFindLast
208 * @see u_strFindLast
271 * @see u_strFindLast
295 * @see u_strFindLast
298 u_strFindLast(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
315 * @see u_strFindLast
335 * @see u_strFindLast
868 * @see u_strFindLast
    [all...]
urename.h 351 #define u_strFindLast U_ICU_ENTRY_POINT_RENAME(u_strFindLast)
    [all...]

Completed in 163 milliseconds