HomeSort by relevance Sort by last modified time
    Searched refs:isMatchAtCPBoundary (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/common/
ustring.c 39 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *limit) {
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)) {
    [all...]
  /external/icu4c/common/
ustring.c 39 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *limit) {
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)) {
    [all...]

Completed in 629 milliseconds