Home | History | Annotate | Download | only in common

Lines Matching refs:spanBack

2170 int32_t UnicodeSet::spanBack(const UChar *s, int32_t length, USetSpanCondition spanCondition) const {
2172 return (int32_t)(bmpSet->spanBack(s, s+length, spanCondition)-s);
2181 return stringSpan->spanBack(s, length, spanCondition);
2188 return strSpan.spanBack(s, length, spanCondition);