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

  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c 744 s!=u_strFindLast(s, -1, &nul, -1) ||
745 s!=u_strFindLast(s, -1, &nul, 0) ||
746 s!=u_strFindLast(s, LENGTHOF(s), &nul, -1) ||
747 s!=u_strFindLast(s, LENGTHOF(s), &nul, 0)
770 (s+10)!=u_strFindLast(s+1, -1, sub_a, -1) ||
771 (s+10)!=u_strFindLast(s+1, -1, &a, 1) ||
772 last!=u_strFindLast(s+1, 9, sub_a, -1) ||
773 last!=u_strFindLast(s+1, 9, &a, 1)
794 NULL!=u_strFindLast(s+1, -1, sub_b, -1) ||
795 NULL!=u_strFindLast(s+1, -1, &b, 1) |
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 740 s!=u_strFindLast(s, -1, &nul, -1) ||
741 s!=u_strFindLast(s, -1, &nul, 0) ||
742 s!=u_strFindLast(s, LENGTHOF(s), &nul, -1) ||
743 s!=u_strFindLast(s, LENGTHOF(s), &nul, 0)
766 (s+10)!=u_strFindLast(s+1, -1, sub_a, -1) ||
767 (s+10)!=u_strFindLast(s+1, -1, &a, 1) ||
768 last!=u_strFindLast(s+1, 9, sub_a, -1) ||
769 last!=u_strFindLast(s+1, 9, &a, 1)
790 NULL!=u_strFindLast(s+1, -1, sub_b, -1) ||
791 NULL!=u_strFindLast(s+1, -1, &b, 1) |
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ustring.c 283 u_strFindLast(const UChar *s, int32_t length,
364 return u_strFindLast(s, -1, substring, -1);
371 return u_strFindLast(s, -1, &c, 1);
417 return u_strFindLast(s, count, &c, 1);
    [all...]
unistr.cpp 977 const UChar *match = u_strFindLast(array + start, length, srcChars + srcStart, srcLength);
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 284 u_strFindLast(const UChar *s, int32_t length,
365 return u_strFindLast(s, -1, substring, -1);
372 return u_strFindLast(s, -1, &c, 1);
418 return u_strFindLast(s, count, &c, 1);
    [all...]
unistr.cpp 1019 const UChar *match = u_strFindLast(array + start, length, srcChars + srcStart, srcLength);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ustring.h 177 * @see u_strFindLast
201 * @see u_strFindLast
264 * @see u_strFindLast
288 * @see u_strFindLast
291 u_strFindLast(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
308 * @see u_strFindLast
328 * @see u_strFindLast
861 * @see u_strFindLast
881 * @see u_strFindLast
    [all...]
urename.h 355 #define u_strFindLast U_ICU_ENTRY_POINT_RENAME(u_strFindLast)
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 182 * @see u_strFindLast
206 * @see u_strFindLast
269 * @see u_strFindLast
293 * @see u_strFindLast
296 u_strFindLast(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
313 * @see u_strFindLast
333 * @see u_strFindLast
866 * @see u_strFindLast
886 * @see u_strFindLast
    [all...]
urename.h 345 #define u_strFindLast U_ICU_ENTRY_POINT_RENAME(u_strFindLast)
    [all...]

Completed in 308 milliseconds