Home
last modified time | relevance | path

Searched refs:spanUTF8 (Results 1 – 10 of 10) sorted by relevance

/external/icu4c/test/perf/unisetperf/draft/
Dunicont.h29 virtual int32_t spanUTF8(const UChar *s, int32_t length);
/external/icu4c/common/
Dbmpset.h62 … const uint8_t *spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
Dunisetspan.h79 int32_t spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
Dunisetspan.cpp334 … spanLength=spanSet.spanUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
952 int32_t UnicodeSetStringSpan::spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCond… in spanUTF8() function in UnicodeSetStringSpan
956 int32_t spanLength=spanSet.spanUTF8((const char *)s, length, USET_SPAN_CONTAINED); in spanUTF8()
1095 spanLength=spanSet.spanUTF8((const char *)s+pos, rest, USET_SPAN_CONTAINED); in spanUTF8()
1431 i=pSpanNotSet->spanUTF8((const char *)s+pos, rest, USET_SPAN_NOT_CONTAINED); in spanNotUTF8()
Duniset.cpp2206 int32_t UnicodeSet::spanUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const { in spanUTF8() function in UnicodeSet
2209 return (int32_t)(bmpSet->spanUTF8(s0, length, spanCondition)-s0); in spanUTF8()
2218 return stringSpan->spanUTF8((const uint8_t *)s, length, spanCondition); in spanUTF8()
2225 return strSpan.spanUTF8((const uint8_t *)s, length, spanCondition); in spanUTF8()
Dbmpset.cpp486 BMPSet::spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const { in spanUTF8() function in BMPSet
Duset.cpp217 return ((UnicodeSet*) set)->UnicodeSet::spanUTF8(s, length, spanCondition); in uset_spanUTF8()
/external/icu4c/test/perf/unisetperf/
Dunisetperf.cpp326 if(testcase.set.spanUTF8(utf8, length, USET_SPAN_CONTAINED)>0) { in SpanUTF8()
346 i+=set.spanUTF8(s+i, length-i, (USetSpanCondition)tf); in call()
/external/icu4c/common/unicode/
Duniset.h930 int32_t spanUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const;
/external/icu4c/test/intltest/
Dusettest.cpp2980 … realSet.spanUTF8((const char *)s+start, length>=0 ? length-start : length, spanCondition); in getSpans()