Searched refs:u_memchr32 (Results 1 – 13 of 13) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | custrtst.c | 299 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/ |
D | ustring.h | 841 u_memchr32(const UChar *s, UChar32 c, int32_t count);
|
D | urename.h | 328 #define u_memchr32 U_ICU_ENTRY_POINT_RENAME(u_memchr32) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ustring.h | 841 u_memchr32(const UChar *s, UChar32 c, int32_t count);
|
D | urename.h | 323 #define u_memchr32 U_ICU_ENTRY_POINT_RENAME(u_memchr32) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ustring.h | 841 u_memchr32(const UChar *s, UChar32 c, int32_t count);
|
D | urename.h | 329 #define u_memchr32 U_ICU_ENTRY_POINT_RENAME(u_memchr32) macro
|
/third_party/node/deps/icu-small/source/common/ |
D | ustring.cpp | 260 u_memchr32(const char16_t *s, UChar32 c, int32_t count) { in u_memchr32() function
|
D | unistr.cpp | 1123 const char16_t *match = u_memchr32(array + start, c, length); in doIndexOf()
|
/third_party/icu/icu4c/source/common/ |
D | ustring.cpp | 260 u_memchr32(const UChar *s, UChar32 c, int32_t count) { in u_memchr32() function
|
D | unistr.cpp | 1081 const UChar *match = u_memchr32(array + start, c, length); in doIndexOf()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ustring.cpp | 260 u_memchr32(const UChar *s, UChar32 c, int32_t count) { in u_memchr32() function
|
D | unistr.cpp | 1080 const UChar *match = u_memchr32(array + start, c, length); in doIndexOf()
|