Lines Matching defs:matches16CPB
472 matches16CPB(const UChar *s, int32_t start, int32_t limit, const UChar *t, int32_t length) {
675 if(!offsets.containsOffset(inc) && matches16CPB(s, pos-overlap, length, s16, length16)) {
715 matches16CPB(s, pos-overlap, length, s16, length16)
841 if(!offsets.containsOffset(dec) && matches16CPB(s, pos-dec, length, s16, length16)) {
881 matches16CPB(s, pos-dec, length, s16, length16)
1367 if(length16<=rest && matches16CPB(s, pos, length, s16, length16)) {
1410 if(length16<=pos && matches16CPB(s, pos-length16, length, s16, length16)) {