Home
last modified time | relevance | path

Searched refs:spanBackUTF8 (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/common/
Dbmpset.h71 int32_t spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
Dunisetspan.h83 int32_t spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
Dunisetspan.cpp342 … spanLength=length8-spanSet.spanBackUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); in UnicodeSetStringSpan()
1136 int32_t UnicodeSetStringSpan::spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition span… in spanBackUTF8() function in UnicodeSetStringSpan
1140 int32_t pos=spanSet.spanBackUTF8((const char *)s, length, USET_SPAN_CONTAINED); in spanBackUTF8()
1279 pos=spanSet.spanBackUTF8((const char *)s, oldPos, USET_SPAN_CONTAINED); in spanBackUTF8()
1480 pos=pSpanNotSet->spanBackUTF8((const char *)s, pos, USET_SPAN_NOT_CONTAINED); in spanNotBackUTF8()
Duniset.cpp2324 int32_t UnicodeSet::spanBackUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) co… in spanBackUTF8() function in UnicodeSet
2327 return bmpSet->spanBackUTF8(s0, length, spanCondition); in spanBackUTF8()
2336 return stringSpan->spanBackUTF8((const uint8_t *)s, length, spanCondition); in spanBackUTF8()
2343 return strSpan.spanBackUTF8((const uint8_t *)s, length, spanCondition); in spanBackUTF8()
Dbmpset.cpp661 BMPSet::spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const { in spanBackUTF8() function in BMPSet
Duset.cpp219 return ((UnicodeSet*) set)->UnicodeSet::spanBackUTF8(s, length, spanCondition); in uset_spanBackUTF8()
/external/icu/icu4c/source/test/perf/unisetperf/
Dunisetperf.cpp375 if(testcase.set.spanBackUTF8(utf8, length, USET_SPAN_CONTAINED)==0) { in SpanBackUTF8()
399 length=set.spanBackUTF8(s, length, (USetSpanCondition)tf); in call()
/external/icu/icu4c/source/common/unicode/
Duniset.h981 int32_t spanBackUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const;
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp3061 realSet.spanBackUTF8((const char *)s, length, spanCondition); in getSpans()