Home
last modified time | relevance | path

Searched refs:u_strFindFirst (Results 1 – 18 of 18) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dcustrtst.c740 s!=u_strFindFirst(s, -1, &nul, -1) || in TestSurrogateSearching()
741 s!=u_strFindFirst(s, -1, &nul, 0) || in TestSurrogateSearching()
742 s!=u_strFindFirst(s, UPRV_LENGTHOF(s), &nul, -1) || in TestSurrogateSearching()
743 s!=u_strFindFirst(s, UPRV_LENGTHOF(s), &nul, 0) || in TestSurrogateSearching()
762 first!=u_strFindFirst(s+1, -1, sub_a, -1) || in TestSurrogateSearching()
763 first!=u_strFindFirst(s+1, -1, &a, 1) || in TestSurrogateSearching()
764 first!=u_strFindFirst(s+1, 9, sub_a, -1) || in TestSurrogateSearching()
765 first!=u_strFindFirst(s+1, 9, &a, 1) || in TestSurrogateSearching()
786 NULL!=u_strFindFirst(s+1, -1, sub_b, -1) || in TestSurrogateSearching()
787 NULL!=u_strFindFirst(s+1, -1, &b, 1) || in TestSurrogateSearching()
[all …]
Dcapitst.c389 doAssert(u_strFindFirst(rules, tempLength, aa, 2) != NULL, in TestProperty()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dustring.cpp56 u_strFindFirst(const UChar *s, int32_t length, in u_strFindFirst() function
195 return u_strFindFirst(s, -1, substring, -1); in u_strstr()
202 return u_strFindFirst(s, -1, &c, 1); in u_strchr()
246 return u_strFindFirst(s, count, &c, 1); in u_memchr()
Dunistr.cpp1046 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); in indexOf()
/third_party/skia/third_party/externals/icu/source/common/
Dustring.cpp56 u_strFindFirst(const UChar *s, int32_t length, in u_strFindFirst() function
195 return u_strFindFirst(s, -1, substring, -1); in u_strstr()
202 return u_strFindFirst(s, -1, &c, 1); in u_strchr()
246 return u_strFindFirst(s, count, &c, 1); in u_memchr()
Dunistr.cpp1045 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); in indexOf()
/third_party/icu/icu4c/source/common/
Dustring.cpp56 u_strFindFirst(const UChar *s, int32_t length, in u_strFindFirst() function
195 return u_strFindFirst(s, -1, substring, -1); in u_strstr()
202 return u_strFindFirst(s, -1, &c, 1); in u_strchr()
246 return u_strFindFirst(s, count, &c, 1); in u_memchr()
Dunistr.cpp1045 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); in indexOf()
/third_party/node/deps/icu-small/source/common/
Dustring.cpp56 u_strFindFirst(const UChar *s, int32_t length, in u_strFindFirst() function
195 return u_strFindFirst(s, -1, substring, -1); in u_strstr()
202 return u_strFindFirst(s, -1, &c, 1); in u_strchr()
246 return u_strFindFirst(s, count, &c, 1); in u_memchr()
Dunistr.cpp1045 const UChar *match = u_strFindFirst(array + start, length, srcChars + srcStart, srcLength); in indexOf()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dustring.h211 u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
Durename.h353 #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dustring.h211 u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
Durename.h358 #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dustring.h211 u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
Durename.h350 #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst) macro
/third_party/icu/icu4c/source/common/unicode/
Dustring.h211 u_strFindFirst(const UChar *s, int32_t length, const UChar *substring, int32_t subLength);
Durename.h353 #define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst) macro