Searched refs:matches8 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | unisetspan.cpp | 461 matches8(const uint8_t *s, const uint8_t *t, int32_t length) { in matches8() function 1011 matches8(s+pos-overlap, s8, length8)) { in spanUTF8() 1056 matches8(s+pos-overlap, s8, length8)) { in spanUTF8() 1190 matches8(s+pos-dec, s8, length8) in spanBackUTF8() 1235 matches8(s+pos-dec, s8, length8) in spanBackUTF8() 1452 …if(length8!=0 && spanUTF8Lengths[i]!=ALL_CP_CONTAINED && length8<=rest && matches8(s+pos, s8, leng… in spanNotUTF8() 1495 …if(length8!=0 && spanBackUTF8Lengths[i]!=ALL_CP_CONTAINED && length8<=pos && matches8(s+pos-length… in spanNotBackUTF8()
|