Home | History | Annotate | Download | only in common

Lines Matching refs:isMatchAtCPBoundary

40 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *limit) {
84 if(isMatchAtCPBoundary(start, s-1, p, NULL)) {
132 if(isMatchAtCPBoundary(start, s-1, p, NULL)) {
170 if(isMatchAtCPBoundary(start, s-1, p, limit)) {
346 if(isMatchAtCPBoundary(start, p, limit+1, start+length)) {