HomeSort by relevance Sort by last modified time
    Searched refs:spanBackUTF8 (Results 1 - 18 of 18) sorted by null

  /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 338 spanLength=length8-spanSet.spanBackUTF8((const char *)s8, length8, USET_SPAN_CONTAINED);
    [all...]
uniset.cpp     [all...]
bmpset.cpp 650 BMPSet::spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const {
uset.cpp 222 return ((UnicodeSet*) set)->UnicodeSet::spanBackUTF8(s, length, spanCondition);
  /external/icu4c/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/icu4c/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/icu4c/common/unicode/
uniset.h     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
usettest.cpp     [all...]
  /external/icu4c/test/intltest/
usettest.cpp     [all...]

Completed in 253 milliseconds