Lines Matching refs:spanCondition
925 spanCondition specifies the containment condition
926 * @return the length of the initial substring according to the spanCondition;
927 * 0 if the start of the string does not fit the spanCondition
932 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition);
946 * @param spanCondition specifies the containment condition
947 * @return the start of the trailing substring according to the spanCondition;
948 * the string length if the end of the string does not fit the spanCondition
953 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition);
968 * @param spanCondition specifies the containment condition
969 * @return the length of the initial substring according to the spanCondition;
970 * 0 if the start of the string does not fit the spanCondition
975 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition);
989 * @param spanCondition specifies the containment condition
990 * @return the start of the trailing substring according to the spanCondition;
991 * the string length if the end of the string does not fit the spanCondition
996 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition);