Searched refs:spanUTF8 (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4c/source/test/perf/unisetperf/draft/ |
D | unicont.h | 33 virtual int32_t spanUTF8(const UChar *s, int32_t length);
|
/external/icu/icu4c/source/common/ |
D | bmpset.h | 65 … const uint8_t *spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
|
D | filterednormalizer2.cpp | 109 int32_t spanLength = set.spanUTF8(src, length, spanCondition); in normalizeUTF8() 256 int32_t spanLength = set.spanUTF8(s, length, spanCondition); in isNormalizedUTF8()
|
D | unisetspan.cpp | 338 … 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() 1096 spanLength=spanSet.spanUTF8((const char *)s+pos, rest, USET_SPAN_CONTAINED); in spanUTF8() 1432 i=pSpanNotSet->spanUTF8((const char *)s+pos, rest, USET_SPAN_NOT_CONTAINED); in spanNotUTF8()
|
D | unisetspan.h | 81 int32_t spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
|
D | uniset.cpp | 2280 int32_t UnicodeSet::spanUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const { in spanUTF8() function in UnicodeSet 2283 return (int32_t)(bmpSet->spanUTF8(s0, length, spanCondition)-s0); in spanUTF8() 2292 return stringSpan->spanUTF8((const uint8_t *)s, length, spanCondition); in spanUTF8() 2299 return strSpan.spanUTF8((const uint8_t *)s, length, spanCondition); in spanUTF8()
|
D | bmpset.cpp | 510 BMPSet::spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const { in spanUTF8() function in BMPSet
|
D | uset.cpp | 214 return ((UnicodeSet*) set)->UnicodeSet::spanUTF8(s, length, spanCondition); in uset_spanUTF8()
|
/external/icu/icu4c/source/test/perf/unisetperf/ |
D | unisetperf.cpp | 329 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/ |
D | uniset.h | 973 int32_t spanUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const;
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 3012 … realSet.spanUTF8((const char *)s+start, length>=0 ? length-start : length, spanCondition); in getSpans()
|