Home
last modified time | relevance | path

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

/external/icu4c/common/
Dunisetspan.cpp470 matches16CPB(const UChar *s, int32_t start, int32_t limit, const UChar *t, int32_t length) { in matches16CPB() function
673 … if(!offsets.containsOffset(inc) && matches16CPB(s, pos-overlap, length, s16, length16)) { in span()
713 matches16CPB(s, pos-overlap, length, s16, length16) in span()
839 … if(!offsets.containsOffset(dec) && matches16CPB(s, pos-dec, length, s16, length16)) { in spanBack()
879 matches16CPB(s, pos-dec, length, s16, length16) in spanBack()
1365 if(length16<=rest && matches16CPB(s, pos, length, s16, length16)) { in spanNot()
1408 if(length16<=pos && matches16CPB(s, pos-length16, length, s16, length16)) { in spanNotBack()
/external/icu4c/test/intltest/
Dusettest.cpp2411 matches16CPB(const UChar *s, int32_t start, int32_t limit, const UnicodeString &t) { in matches16CPB() function
2450 if(str->length()<=(length-start) && matches16CPB(s, start, length, *str)) { in containsSpanUTF16()
2470 if(str->length()<=(length-start) && matches16CPB(s, start, length, *str)) { in containsSpanUTF16()
2551 if(str->length()<=prev && matches16CPB(s, prev-str->length(), length0, *str)) { in containsSpanBackUTF16()
2570 if(str->length()<=prev && matches16CPB(s, prev-str->length(), length0, *str)) { in containsSpanBackUTF16()