Home
last modified time | relevance | path

Searched refs:u_memchr (Results 1 – 16 of 16) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dcustrtst.c294 findPtr = u_memchr(dataTable[i][j], 0, dataSize); in TestStringFunctions()
306 findPtr = u_memchr(dataTable[i][j], 0x005F, dataSize); in TestStringFunctions()
728 first!=u_memchr(s, nul, UPRV_LENGTHOF(s)) || in TestSurrogateSearching()
760 first!=u_memchr(s+1, a, 9) || in TestSurrogateSearching()
784 NULL!=u_memchr(s+1, b, 9) || in TestSurrogateSearching()
819 first!=u_memchr(s+1, lead, 9) || in TestSurrogateSearching()
844 first!=u_memchr(s+1, trail, 9) || in TestSurrogateSearching()
/third_party/node/deps/icu-small/source/common/
Dustring.cpp123 return length<0 ? u_strchr(s, cs) : u_memchr(s, cs, length); in u_strFindFirst()
241 u_memchr(const char16_t *s, char16_t c, int32_t count) { in u_memchr() function
263 return u_memchr(s, (char16_t)c, count); in u_memchr32()
Dunistr.cpp1106 const char16_t *match = u_memchr(array + start, c, length); in doIndexOf()
/third_party/icu/icu4c/source/common/
Dustring.cpp123 return length<0 ? u_strchr(s, cs) : u_memchr(s, cs, length); in u_strFindFirst()
241 u_memchr(const UChar *s, UChar c, int32_t count) { in u_memchr() function
263 return u_memchr(s, (UChar)c, count); in u_memchr32()
Dunistr.cpp1064 const UChar *match = u_memchr(array + start, c, length); in doIndexOf()
/third_party/skia/third_party/externals/icu/source/common/
Dustring.cpp123 return length<0 ? u_strchr(s, cs) : u_memchr(s, cs, length); in u_strFindFirst()
241 u_memchr(const UChar *s, UChar c, int32_t count) { in u_memchr() function
263 return u_memchr(s, (UChar)c, count); in u_memchr32()
Dunistr.cpp1063 const UChar *match = u_memchr(array + start, c, length); in doIndexOf()
/third_party/icu/icu4c/source/tools/gendict/
Dgendict.cpp228 const UChar *comment = u_memchr(line, 0x23, lineLength); // '#' in readLine()
/third_party/icu/icu4c/source/common/unicode/
Dustring.h821 u_memchr(const UChar *s, UChar c, int32_t count);
Durename.h327 #define u_memchr U_ICU_ENTRY_POINT_RENAME(u_memchr) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dustring.h821 u_memchr(const UChar *s, UChar c, int32_t count);
Durename.h322 #define u_memchr U_ICU_ENTRY_POINT_RENAME(u_memchr) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dustring.h821 u_memchr(const UChar *s, UChar c, int32_t count);
Durename.h328 #define u_memchr U_ICU_ENTRY_POINT_RENAME(u_memchr) macro
/third_party/skia/third_party/externals/icu/source/tools/gendict/
Dgendict.cpp228 const UChar *comment = u_memchr(line, 0x23, lineLength); // '#' in readLine()
/third_party/icu/icu4c/source/test/intltest/
Dcollationtest.cpp982 const UChar *comment = u_memchr(line, 0x23, lineLength); // '#' in readNonEmptyLine()