Home
last modified time | relevance | path

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

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