Searched refs:u_memrchr (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | custrtst.c | 725 first!=u_memrchr(s, nul, UPRV_LENGTHOF(s)) || in TestSurrogateSearching() 762 last!=u_memrchr(s+1, a, 9) || in TestSurrogateSearching() 786 NULL!=u_memrchr(s+1, b, 9) || in TestSurrogateSearching() 821 first!=u_memrchr(s+1, lead, 9) || in TestSurrogateSearching() 846 first!=u_memrchr(s+1, trail, 9) || in TestSurrogateSearching()
|
/external/icu/icu4c/source/common/ |
D | ustring.cpp | 320 return length<0 ? u_strrchr(s, cs) : u_memrchr(s, cs, length); in u_strFindLast() 413 u_memrchr(const UChar *s, UChar c, int32_t count) { in u_memrchr() function 435 return u_memrchr(s, (UChar)c, count); in u_memrchr32()
|
D | brkeng.cpp | 257 const UChar *extStart = u_memrchr(dictfname, 0x002e, dictnlength); // last dot in loadDictionaryMatcherFor()
|
D | unistr.cpp | 1103 const UChar *match = u_memrchr(array + start, c, length); in doLastIndexOf()
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 869 u_memrchr(const UChar *s, UChar c, int32_t count);
|
D | urename.h | 323 #define u_memrchr U_ICU_ENTRY_POINT_RENAME(u_memrchr) macro
|