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

  /external/chromium_org/third_party/icu/source/common/
bmpset.h 48 const UChar *span(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const;
55 const UChar *spanBack(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const;
62 const uint8_t *spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
69 int32_t spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
unisetspan.h 75 int32_t span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
77 int32_t spanBack(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
79 int32_t spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
81 int32_t spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
filterednormalizer2.cpp 56 USetSpanCondition spanCondition,
162 USetSpanCondition spanCondition=USET_SPAN_SIMPLE;
187 USetSpanCondition spanCondition=USET_SPAN_SIMPLE;
213 USetSpanCondition spanCondition=USET_SPAN_SIMPLE;
bmpset.cpp 299 BMPSet::span(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const {
388 BMPSet::spanBack(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const {
486 BMPSet::spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const {
623 if((USetSpanCondition)((table7FF[t1]&((uint32_t)1<<(b&0x1f)))!=0) != spanCondition) {
650 BMPSet::spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const {
696 if((USetSpanCondition)((table7FF[c&0x3f]&((uint32_t)1<<(c>>6)))!=0) != spanCondition) {
uset.cpp 206 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) {
211 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) {
216 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) {
221 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) {
unisetspan.cpp 630 int32_t UnicodeSetStringSpan::span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const {
790 int32_t UnicodeSetStringSpan::spanBack(const UChar *s, int32_t length, USetSpanCondition spanCondition) const {
    [all...]
uniset.cpp     [all...]
  /external/icu4c/common/
bmpset.h 48 const UChar *span(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const;
55 const UChar *spanBack(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const;
62 const uint8_t *spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
69 int32_t spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
unisetspan.h 75 int32_t span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
77 int32_t spanBack(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
79 int32_t spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
81 int32_t spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const;
filterednormalizer2.cpp 58 USetSpanCondition spanCondition,
179 USetSpanCondition spanCondition=USET_SPAN_SIMPLE;
204 USetSpanCondition spanCondition=USET_SPAN_SIMPLE;
230 USetSpanCondition spanCondition=USET_SPAN_SIMPLE;
bmpset.cpp 308 BMPSet::span(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const {
397 BMPSet::spanBack(const UChar *s, const UChar *limit, USetSpanCondition spanCondition) const {
495 BMPSet::spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const {
632 if((USetSpanCondition)((table7FF[t1]&((uint32_t)1<<(b&0x1f)))!=0) != spanCondition) {
659 BMPSet::spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const {
698 if((USetSpanCondition)((table7FF[c&0x3f]&((uint32_t)1<<(c>>6)))!=0) != spanCondition) {
uset.cpp 201 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) {
206 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) {
211 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) {
216 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) {
unisetspan.cpp 632 int32_t UnicodeSetStringSpan::span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const {
792 int32_t UnicodeSetStringSpan::spanBack(const UChar *s, int32_t length, USetSpanCondition spanCondition) const {
    [all...]
uniset.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
uset.h 156 typedef enum USetSpanCondition {
208 } USetSpanCondition;
912 * See USetSpanCondition for details.
923 * @see USetSpanCondition
    [all...]
uniset.h     [all...]
normalizer2.h 466 USetSpanCondition spanCondition,
  /external/icu4c/common/unicode/
uset.h 150 typedef enum USetSpanCondition {
202 } USetSpanCondition;
916 * See USetSpanCondition for details.
    [all...]
uniset.h     [all...]
normalizer2.h 642 USetSpanCondition spanCondition,
  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/
unisetperf.cpp 245 i+=set.span(s+i, length-i, (USetSpanCondition)tf);
300 length=set.spanBack(s, length, (USetSpanCondition)tf);
346 i+=set.spanUTF8(s+i, length-i, (USetSpanCondition)tf);
396 length=set.spanBackUTF8(s, length, (USetSpanCondition)tf);
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 245 i+=set.span(s+i, length-i, (USetSpanCondition)tf);
300 length=set.spanBack(s, length, (USetSpanCondition)tf);
346 i+=set.spanUTF8(s+i, length-i, (USetSpanCondition)tf);
396 length=set.spanBackUTF8(s, length, (USetSpanCondition)tf);
  /external/chromium_org/third_party/icu/source/test/intltest/
usettest.cpp     [all...]
  /external/icu4c/test/intltest/
usettest.cpp     [all...]

Completed in 201 milliseconds