Searched defs:spanCondition (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dfilterednormalizer2.cpp179 USetSpanCondition spanCondition=USET_SPAN_SIMPLE; local
56 normalize(const UnicodeString &src, UnicodeString &dest, USetSpanCondition spanCondition, UErrorCode &errorCode) const argument
204 USetSpanCondition spanCondition=USET_SPAN_SIMPLE; local
230 USetSpanCondition spanCondition=USET_SPAN_SIMPLE; local
[all...]
H A Duset.cpp201 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) { argument
206 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) { argument
211 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) { argument
216 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) { argument
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dusettest.cpp2421 containsSpanUTF16(const UnicodeSetWithStrings &set, const UChar *s, int32_t length, USetSpanCondition spanCondition) argument
2519 containsSpanBackUTF16(const UnicodeSetWithStrings &set, const UChar *s, int32_t length, USetSpanCondition spanCondition) argument
2618 containsSpanUTF8(const UnicodeSetWithStrings &set, const char *s, int32_t length, USetSpanCondition spanCondition) argument
2718 containsSpanBackUTF8(const UnicodeSetWithStrings &set, const char *s, int32_t length, USetSpanCondition spanCondition) argument
2840 invertSpanCondition(USetSpanCondition spanCondition, USetSpanCondition contained) argument
2864 USetSpanCondition spanCondition, firstSpanCondition, contained; local
[all...]

Completed in 193 milliseconds