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.h29 virtual int32_t spanUTF8(const UChar *s, int32_t length);
/external/icu/icu4c/source/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.cpp336 … spanLength=spanSet.spanUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
954 int32_t UnicodeSetStringSpan::spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCond… in spanUTF8() function in UnicodeSetStringSpan
958 int32_t spanLength=spanSet.spanUTF8((const char *)s, length, USET_SPAN_CONTAINED); in spanUTF8()
1097 spanLength=spanSet.spanUTF8((const char *)s+pos, rest, USET_SPAN_CONTAINED); in spanUTF8()
1433 i=pSpanNotSet->spanUTF8((const char *)s+pos, rest, USET_SPAN_NOT_CONTAINED); in spanNotUTF8()
Duniset.cpp2284 int32_t UnicodeSet::spanUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const { in spanUTF8() function in UnicodeSet
2287 return (int32_t)(bmpSet->spanUTF8(s0, length, spanCondition)-s0); in spanUTF8()
2296 return stringSpan->spanUTF8((const uint8_t *)s, length, spanCondition); in spanUTF8()
2303 return strSpan.spanUTF8((const uint8_t *)s, length, spanCondition); in spanUTF8()
Dbmpset.cpp495 BMPSet::spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const { in spanUTF8() function in BMPSet
Duset.cpp212 return ((UnicodeSet*) set)->UnicodeSet::spanUTF8(s, length, spanCondition); in uset_spanUTF8()
/external/icu/icu4c/source/test/perf/unisetperf/
Dunisetperf.cpp325 if(testcase.set.spanUTF8(utf8, length, USET_SPAN_CONTAINED)>0) { in SpanUTF8()
345 i+=set.spanUTF8(s+i, length-i, (USetSpanCondition)tf); in call()
/external/icu/icu4c/source/common/unicode/
Duniset.h960 int32_t spanUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const;
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp3012 … realSet.spanUTF8((const char *)s+start, length>=0 ? length-start : length, spanCondition); in getSpans()