Searched refs:USetSpanCondition (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dbmpset.h48 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;
H A Dunisetspan.h75 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;
H A Dfilterednormalizer2.cpp58 USetSpanCondition spanCondition,
179 USetSpanCondition spanCondition=USET_SPAN_SIMPLE;
204 USetSpanCondition spanCondition=USET_SPAN_SIMPLE;
230 USetSpanCondition spanCondition=USET_SPAN_SIMPLE;
H A Dbmpset.cpp308 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) {
H A Duset.cpp201 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) {
H A Dunisetspan.cpp632 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 {
954 int32_t UnicodeSetStringSpan::spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const {
1134 int32_t UnicodeSetStringSpan::spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const {
H A Duniset.cpp2133 int32_t UnicodeSet::span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const {
2170 int32_t UnicodeSet::spanBack(const UChar *s, int32_t length, USetSpanCondition spanCondition) const {
2207 int32_t UnicodeSet::spanUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const {
2245 int32_t UnicodeSet::spanBackUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const {
/external/icu/icu4c/source/common/
H A Dbmpset.h48 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;
H A Dunisetspan.h75 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;
H A Dfilterednormalizer2.cpp58 USetSpanCondition spanCondition,
179 USetSpanCondition spanCondition=USET_SPAN_SIMPLE;
204 USetSpanCondition spanCondition=USET_SPAN_SIMPLE;
230 USetSpanCondition spanCondition=USET_SPAN_SIMPLE;
H A Dbmpset.cpp308 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) {
H A Duset.cpp201 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) {
H A Dunisetspan.cpp632 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 {
954 int32_t UnicodeSetStringSpan::spanUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const {
1134 int32_t UnicodeSetStringSpan::spanBackUTF8(const uint8_t *s, int32_t length, USetSpanCondition spanCondition) const {
H A Duniset.cpp2133 int32_t UnicodeSet::span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const {
2170 int32_t UnicodeSet::spanBack(const UChar *s, int32_t length, USetSpanCondition spanCondition) const {
2207 int32_t UnicodeSet::spanUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const {
2245 int32_t UnicodeSet::spanBackUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duset.h150 typedef enum USetSpanCondition { enum
202 } USetSpanCondition; typedef in typeref:enum:USetSpanCondition
916 * See USetSpanCondition for details.
927 * @see USetSpanCondition
930 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition);
938 * See USetSpanCondition for details.
948 * @see USetSpanCondition
951 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition);
959 * See USetSpanCondition for details.
970 * @see USetSpanCondition
[all...]
H A Duniset.h858 * See USetSpanCondition for details.
868 * @see USetSpanCondition
870 int32_t span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
873 * Returns the end of the substring of the input string according to the USetSpanCondition.
882 * @see USetSpanCondition
884 inline int32_t span(const UnicodeString &s, int32_t start, USetSpanCondition spanCondition) const;
892 * See USetSpanCondition for details.
901 * @see USetSpanCondition
903 int32_t spanBack(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
906 * Returns the start of the substring of the input string according to the USetSpanCondition
[all...]
H A Dnormalizer2.h642 USetSpanCondition spanCondition,
/external/icu/icu4c/source/common/unicode/
H A Duset.h150 typedef enum USetSpanCondition { enum
202 } USetSpanCondition; typedef in typeref:enum:USetSpanCondition
916 * See USetSpanCondition for details.
927 * @see USetSpanCondition
930 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition);
938 * See USetSpanCondition for details.
948 * @see USetSpanCondition
951 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition);
959 * See USetSpanCondition for details.
970 * @see USetSpanCondition
[all...]
H A Duniset.h858 * See USetSpanCondition for details.
868 * @see USetSpanCondition
870 int32_t span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
873 * Returns the end of the substring of the input string according to the USetSpanCondition.
882 * @see USetSpanCondition
884 inline int32_t span(const UnicodeString &s, int32_t start, USetSpanCondition spanCondition) const;
892 * See USetSpanCondition for details.
901 * @see USetSpanCondition
903 int32_t spanBack(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
906 * Returns the start of the substring of the input string according to the USetSpanCondition
[all...]
H A Dnormalizer2.h642 USetSpanCondition spanCondition,
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/
H A Dunisetperf.cpp245 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/icu/icu4c/source/test/perf/unisetperf/
H A Dunisetperf.cpp245 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/
H A Dusettest.cpp2420 USetSpanCondition spanCondition) {
2518 USetSpanCondition spanCondition) {
2617 USetSpanCondition spanCondition) {
2717 USetSpanCondition spanCondition) {
2838 static inline USetSpanCondition invertSpanCondition(USetSpanCondition spanCondition, USetSpanCondition contained) {
2862 USetSpanCondition spanCondition, firstSpanCondition, contained;
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp2420 USetSpanCondition spanCondition) {
2518 USetSpanCondition spanCondition) {
2617 USetSpanCondition spanCondition) {
2717 USetSpanCondition spanCondition) {
2838 static inline USetSpanCondition invertSpanCondition(USetSpanCondition spanCondition, USetSpanCondition contained) {
2862 USetSpanCondition spanCondition, firstSpanCondition, contained;

Completed in 1843 milliseconds