Home | History | Annotate | Download | only in unicode

Lines Matching defs:USetSpanCondition

150 typedef enum USetSpanCondition {
202 } 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
973 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition);
981 * See USetSpanCondition for details.
991 * @see USetSpanCondition
994 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition);