OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spanUTF8
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4c/source/test/perf/unisetperf/draft/
unicont.h
29
virtual int32_t
spanUTF8
(const UChar *s, int32_t length);
/external/icu/icu4c/source/common/
bmpset.h
62
const uint8_t *
spanUTF8
(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
unisetspan.h
79
int32_t
spanUTF8
(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
unisetspan.cpp
336
spanLength=spanSet.
spanUTF8
((const char *)s8, length8, USET_SPAN_CONTAINED);
[
all
...]
uniset.cpp
[
all
...]
bmpset.cpp
495
BMPSet::
spanUTF8
(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const {
uset.cpp
212
return ((UnicodeSet*) set)->UnicodeSet::
spanUTF8
(s, length, spanCondition);
/external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.cpp
310
class
SpanUTF8
: public Command {
312
SpanUTF8
(const UnicodeSetPerformanceTest &testcase) : Command(testcase) {
325
if(testcase.set.
spanUTF8
(utf8, length, USET_SPAN_CONTAINED)>0) {
335
return new
SpanUTF8
(testcase);
345
i+=set.
spanUTF8
(s+i, length-i, (USetSpanCondition)tf);
350
fprintf(stderr, "error:
SpanUTF8
() count=%ld != %ld=UnicodeSetPerformanceTest.spanCount\n",
411
case 3: name = "
SpanUTF8
"; if (exec) return
SpanUTF8
::get(*this); break;
/external/icu/icu4c/source/common/unicode/
uniset.h
[
all
...]
/external/icu/icu4c/source/test/intltest/
usettest.cpp
[
all
...]
Completed in 785 milliseconds