Searched refs:matches16CPB (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dunisetspan.cpp472 matches16CPB(const UChar *s, int32_t start, int32_t limit, const UChar *t, int32_t length) { function
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)) {
/external/icu/icu4c/source/common/
H A Dunisetspan.cpp472 matches16CPB(const UChar *s, int32_t start, int32_t limit, const UChar *t, int32_t length) { function
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)) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.cpp2409 matches16CPB(const UChar *s, int32_t start, int32_t limit, const UnicodeString &t) { function
2448 if(str->length()<=(length-start) && matches16CPB(s, start, length, *str)) {
2468 if(str->length()<=(length-start) && matches16CPB(s, start, length, *str)) {
2549 if(str->length()<=prev && matches16CPB(s, prev-str->length(), length0, *str)) {
2568 if(str->length()<=prev && matches16CPB(s, prev-str->length(), length0, *str)) {
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp2409 matches16CPB(const UChar *s, int32_t start, int32_t limit, const UnicodeString &t) { function
2448 if(str->length()<=(length-start) && matches16CPB(s, start, length, *str)) {
2468 if(str->length()<=(length-start) && matches16CPB(s, start, length, *str)) {
2549 if(str->length()<=prev && matches16CPB(s, prev-str->length(), length0, *str)) {
2568 if(str->length()<=prev && matches16CPB(s, prev-str->length(), length0, *str)) {

Completed in 737 milliseconds