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