Home | History | Annotate | Download | only in common

Lines Matching refs:spanBackUTF8

2245 int32_t UnicodeSet::spanBackUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const {
2248 return bmpSet->spanBackUTF8(s0, length, spanCondition);
2257 return stringSpan->spanBackUTF8((const uint8_t *)s, length, spanCondition);
2264 return strSpan.spanBackUTF8((const uint8_t *)s, length, spanCondition);