Home
last modified time | relevance | path

Searched refs:u_memchr32 (Results 1 – 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dcustrtst.c299 findPtr = u_memchr32(dataTable[i][j], 0, dataSize); in TestStringFunctions()
311 findPtr = u_memchr32(dataTable[i][j], 0x005F, dataSize); in TestStringFunctions()
315 findPtr = u_memchr32(dataTable[i][j], 0xFFFD, dataSize); in TestStringFunctions()
337 if(u_memchr32(s, 0xd841, 9)!=(s+3) || u_memchr32(s, 0xdc02, 9)!=(s+5)) { in TestStringFunctions()
729 first!=u_memchr32(s, nul, UPRV_LENGTHOF(s)) || in TestSurrogateSearching()
761 first!=u_memchr32(s+1, a, 9) || in TestSurrogateSearching()
785 NULL!=u_memchr32(s+1, b, 9) || in TestSurrogateSearching()
807 NULL!=u_memchr32(s+1, ill, 9) || in TestSurrogateSearching()
820 first!=u_memchr32(s+1, lead, 9) || in TestSurrogateSearching()
845 first!=u_memchr32(s+1, trail, 9) || in TestSurrogateSearching()
[all …]
/third_party/icu/icu4c/source/common/unicode/
Dustring.h841 u_memchr32(const UChar *s, UChar32 c, int32_t count);
Durename.h328 #define u_memchr32 U_ICU_ENTRY_POINT_RENAME(u_memchr32) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dustring.h841 u_memchr32(const UChar *s, UChar32 c, int32_t count);
Durename.h323 #define u_memchr32 U_ICU_ENTRY_POINT_RENAME(u_memchr32) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dustring.h841 u_memchr32(const UChar *s, UChar32 c, int32_t count);
Durename.h329 #define u_memchr32 U_ICU_ENTRY_POINT_RENAME(u_memchr32) macro
/third_party/node/deps/icu-small/source/common/
Dustring.cpp260 u_memchr32(const char16_t *s, UChar32 c, int32_t count) { in u_memchr32() function
Dunistr.cpp1123 const char16_t *match = u_memchr32(array + start, c, length); in doIndexOf()
/third_party/icu/icu4c/source/common/
Dustring.cpp260 u_memchr32(const UChar *s, UChar32 c, int32_t count) { in u_memchr32() function
Dunistr.cpp1081 const UChar *match = u_memchr32(array + start, c, length); in doIndexOf()
/third_party/skia/third_party/externals/icu/source/common/
Dustring.cpp260 u_memchr32(const UChar *s, UChar32 c, int32_t count) { in u_memchr32() function
Dunistr.cpp1080 const UChar *match = u_memchr32(array + start, c, length); in doIndexOf()