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

/external/icu4c/common/
H A Dustring.c39 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *limit) { function
83 if(isMatchAtCPBoundary(start, s-1, p, NULL)) {
131 if(isMatchAtCPBoundary(start, s-1, p, NULL)) {
169 if(isMatchAtCPBoundary(start, s-1, p, limit)) {
345 if(isMatchAtCPBoundary(start, p, limit+1, start+length)) {

Completed in 23 milliseconds