Home
last modified time | relevance | path

Searched refs:matches8 (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Dunisetspan.cpp457 matches8(const uint8_t *s, const uint8_t *t, int32_t length) { in matches8() function
1007 matches8(s+pos-overlap, s8, length8) in spanUTF8()
1053 matches8(s+pos-overlap, s8, length8) in spanUTF8()
1189 matches8(s+pos-dec, s8, length8) in spanBackUTF8()
1234 matches8(s+pos-dec, s8, length8) in spanBackUTF8()
1451 …if(length8!=0 && spanUTF8Lengths[i]!=ALL_CP_CONTAINED && length8<=rest && matches8(s+pos, s8, leng… in spanNotUTF8()
1494 …if(length8!=0 && spanBackUTF8Lengths[i]!=ALL_CP_CONTAINED && length8<=pos && matches8(s+pos-length… in spanNotBackUTF8()