Home | History | Annotate | Download | only in unicode

Lines Matching refs:USetSpanCondition

855      * See USetSpanCondition for details.
865 * @see USetSpanCondition
867 int32_t span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
870 * Returns the end of the substring of the input string according to the USetSpanCondition.
879 * @see USetSpanCondition
881 inline int32_t span(const UnicodeString &s, int32_t start, USetSpanCondition spanCondition) const;
889 * See USetSpanCondition for details.
898 * @see USetSpanCondition
900 int32_t spanBack(const UChar *s, int32_t length, USetSpanCondition spanCondition) const;
903 * Returns the start of the substring of the input string according to the USetSpanCondition.
913 * @see USetSpanCondition
915 inline int32_t spanBack(const UnicodeString &s, int32_t limit, USetSpanCondition spanCondition) const;
923 * See USetSpanCondition for details.
933 * @see USetSpanCondition
935 int32_t spanUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const;
943 * See USetSpanCondition for details.
952 * @see USetSpanCondition
954 int32_t spanBackUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const;
1665 inline int32_t UnicodeSet::span(const UnicodeString &s, int32_t start, USetSpanCondition spanCondition) const {
1675 inline int32_t UnicodeSet::spanBack(const UnicodeString &s, int32_t limit, USetSpanCondition spanCondition) const {