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

  /external/webkit/Source/WebKit/android/nav/
CachedNode.cpp 103 #define OVERLAP 3
165 if (candidateTop + OVERLAP >= candidateBottom ||
166 candidateLeft + OVERLAP >= candidateRight) {
171 if (candidateTop + OVERLAP >= candidateBottom ||
172 candidateLeft + OVERLAP >= candidateRight)
  /external/icu4c/test/cintltst/
usrchtst.c 515 USearchAttributeValue overlap)
532 usearch_setAttribute(strsrch, USEARCH_OVERLAP, overlap, &status);
763 while (OVERLAP[count].text != NULL) {
764 if (!assertEqualWithAttribute(OVERLAP[count], USEARCH_OFF,
766 log_err("Error at overlap test number %d\n", count);
773 log_err("Error at non overlap test number %d\n", count);
782 const SearchData *search = &(OVERLAP[count]);
801 log_err("Error setting overlap option\n");
811 log_err("Error setting overlap option\n");
    [all...]
usrchdat.c 221 static const SearchData OVERLAP[] = {
    [all...]
  /external/icu4c/test/intltest/
srchtest.cpp 468 USearchAttributeValue overlap)
499 strsrch->setAttribute(USEARCH_OVERLAP, overlap, status);
882 while (OVERLAP[count].text != NULL) {
883 if (!assertEqualWithAttribute(&OVERLAP[count], USEARCH_OFF,
885 errln("Error at overlap test number %d", count);
892 errln("Error at non overlap test number %d", count);
899 const SearchData *search = &(OVERLAP[count]);
917 errln("Error setting overlap option");
928 errln("Error setting overlap option");
    [all...]

Completed in 45 milliseconds