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

/external/icu4c/common/
H A Dbmpset.h69 int32_t spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
H A Dunisetspan.h81 int32_t spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
H A Dunisetspan.cpp338 spanLength=length8-spanSet.spanBackUTF8((const char *)s8, length8, USET_SPAN_CONTAINED);
1132 int32_t UnicodeSetStringSpan::spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const { function in class:UnicodeSetStringSpan
1136 int32_t pos=spanSet.spanBackUTF8((const char *)s, length, USET_SPAN_CONTAINED);
1275 pos=spanSet.spanBackUTF8((const char *)s, oldPos, USET_SPAN_CONTAINED);
1476 pos=pSpanNotSet->spanBackUTF8((const char *)s, pos, USET_SPAN_NOT_CONTAINED);
H A Duniset.cpp2246 int32_t UnicodeSet::spanBackUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const {
2249 return bmpSet->spanBackUTF8(s0, length, spanCondition);
2258 return stringSpan->spanBackUTF8((const uint8_t *)s, length, spanCondition);
2265 return strSpan.spanBackUTF8((const uint8_t *)s, length, spanCondition);
H A Dbmpset.cpp650 BMPSet::spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const { function in class:BMPSet
H A Duset.cpp222 return ((UnicodeSet*) set)->UnicodeSet::spanBackUTF8(s, length, spanCondition);
/external/icu4c/test/perf/unisetperf/
H A Dunisetperf.cpp372 if(testcase.set.spanBackUTF8(utf8, length, USET_SPAN_CONTAINED)==0) {
396 length=set.spanBackUTF8(s, length, (USetSpanCondition)tf);
/external/icu4c/common/unicode/
H A Duniset.h920 int32_t spanBackUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const;
/external/icu4c/test/intltest/
H A Dusettest.cpp2853 "spanBackUTF8", "spanBackUTF8(LM)"
2978 realSet.spanBackUTF8((const char *)s, length, spanCondition);

Completed in 808 milliseconds