Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/unisetperf/draft/
Dunicont.h33 virtual int32_t spanUTF8(const UChar *s, int32_t length);
/external/icu/icu4c/source/common/
Dbmpset.h64 … const uint8_t *spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
Dunisetspan.h81 int32_t spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
Dunisetspan.cpp338 … spanLength=spanSet.spanUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
956 int32_t UnicodeSetStringSpan::spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCond… in spanUTF8() function in UnicodeSetStringSpan
960 int32_t spanLength=spanSet.spanUTF8((const char *)s, length, USET_SPAN_CONTAINED); in spanUTF8()
1099 spanLength=spanSet.spanUTF8((const char *)s+pos, rest, USET_SPAN_CONTAINED); in spanUTF8()
1435 i=pSpanNotSet->spanUTF8((const char *)s+pos, rest, USET_SPAN_NOT_CONTAINED); in spanNotUTF8()
Duniset.cpp2286 int32_t UnicodeSet::spanUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const { in spanUTF8() function in UnicodeSet
2289 return (int32_t)(bmpSet->spanUTF8(s0, length, spanCondition)-s0); in spanUTF8()
2298 return stringSpan->spanUTF8((const uint8_t *)s, length, spanCondition); in spanUTF8()
2305 return strSpan.spanUTF8((const uint8_t *)s, length, spanCondition); in spanUTF8()
Dbmpset.cpp497 BMPSet::spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const { in spanUTF8() function in BMPSet
Duset.cpp214 return ((UnicodeSet*) set)->UnicodeSet::spanUTF8(s, length, spanCondition); in uset_spanUTF8()
/external/icu/icu4c/source/test/perf/unisetperf/
Dunisetperf.cpp329 if(testcase.set.spanUTF8(utf8, length, USET_SPAN_CONTAINED)>0) { in SpanUTF8()
349 i+=set.spanUTF8(s+i, length-i, (USetSpanCondition)tf); in call()
/external/icu/icu4c/source/common/unicode/
Duniset.h962 int32_t spanUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const;
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp3015 … realSet.spanUTF8((const char *)s+start, length>=0 ? length-start : length, spanCondition); in getSpans()