Home | History | Annotate | Download | only in common

Lines Matching refs:spanUTF8

2284 int32_t UnicodeSet::spanUTF8(const char *s, int32_t length, USetSpanCondition spanCondition) const {
2287 return (int32_t)(bmpSet->spanUTF8(s0, length, spanCondition)-s0);
2296 return stringSpan->spanUTF8((const uint8_t *)s, length, spanCondition);
2303 return strSpan.spanUTF8((const uint8_t *)s, length, spanCondition);