Searched refs:isMatchAtCPBoundary (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ustring.cpp | 43 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *l… in isMatchAtCPBoundary() function 87 if(isMatchAtCPBoundary(start, s-1, p, NULL)) { in u_strFindFirst() 135 if(isMatchAtCPBoundary(start, s-1, p, NULL)) { in u_strFindFirst() 173 if(isMatchAtCPBoundary(start, s-1, p, limit)) { in u_strFindFirst() 349 if(isMatchAtCPBoundary(start, p, limit+1, start+length)) { in u_strFindLast()
|