/external/chromium_org/third_party/icu/source/common/ |
bmpset.h | 69 int32_t spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
|
unisetspan.h | 81 int32_t spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
|
unisetspan.cpp | 340 spanLength=length8-spanSet.spanBackUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); [all...] |
uniset.cpp | [all...] |
bmpset.cpp | 659 BMPSet::spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const {
|
uset.cpp | 217 return ((UnicodeSet*) set)->UnicodeSet::spanBackUTF8(s, length, spanCondition);
|
/external/icu/icu4c/source/common/ |
bmpset.h | 69 int32_t spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
|
unisetspan.h | 81 int32_t spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
|
unisetspan.cpp | 340 spanLength=length8-spanSet.spanBackUTF8((const char *)s8, length8, USET_SPAN_CONTAINED); [all...] |
uniset.cpp | [all...] |
bmpset.cpp | 659 BMPSet::spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const {
|
uset.cpp | 217 return ((UnicodeSet*) set)->UnicodeSet::spanBackUTF8(s, length, spanCondition);
|
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/ |
unisetperf.cpp | 357 class SpanBackUTF8 : public Command { 359 SpanBackUTF8(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { 372 if(testcase.set.spanBackUTF8(utf8, length, USET_SPAN_CONTAINED)==0) { 382 return new SpanBackUTF8(testcase); 396 length=set.spanBackUTF8(s, length, (USetSpanCondition)tf); 401 fprintf(stderr, "error: SpanBackUTF8() count=%ld != %ld=UnicodeSetPerformanceTest.spanCount\n", 413 case 4: name = "SpanBackUTF8"; if (exec) return SpanBackUTF8::get(*this); break;
|
/external/icu/icu4c/source/test/perf/unisetperf/ |
unisetperf.cpp | 357 class SpanBackUTF8 : public Command { 359 SpanBackUTF8(const UnicodeSetPerformanceTest &testcase) : Command(testcase) { 372 if(testcase.set.spanBackUTF8(utf8, length, USET_SPAN_CONTAINED)==0) { 382 return new SpanBackUTF8(testcase); 396 length=set.spanBackUTF8(s, length, (USetSpanCondition)tf); 401 fprintf(stderr, "error: SpanBackUTF8() count=%ld != %ld=UnicodeSetPerformanceTest.spanCount\n", 413 case 4: name = "SpanBackUTF8"; if (exec) return SpanBackUTF8::get(*this); break;
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uniset.h | [all...] |
/external/icu/icu4c/source/common/unicode/ |
uniset.h | [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
usettest.cpp | [all...] |
/external/icu/icu4c/source/test/intltest/ |
usettest.cpp | [all...] |