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

  /external/icu4c/test/cintltst/
usrchdat.c 158 static const SearchData OVERLAP[] = {
  /external/webkit/WebKit/android/nav/
CachedNode.cpp 104 #define OVERLAP 3
164 if (candidateTop + OVERLAP >= candidateBottom ||
165 candidateLeft + OVERLAP >= candidateRight) {
170 if (candidateTop + OVERLAP >= candidateBottom ||
171 candidateLeft + OVERLAP >= candidateRight)

Completed in 49 milliseconds