Searched refs:BASICCANONICAL (Results 1 – 4 of 4) sorted by relevance
120 SearchData BASICCANONICAL[] = { field in SearchTest910 for (int count = 0; count < BASICCANONICAL.length; count++) { in TestCanonical()911 if (!assertCanonicalEqual(BASICCANONICAL[count])) { in TestCanonical()1271 for (int index = 0; index < BASICCANONICAL.length; index++) { in TestGetSetOffsetCanonical()1272 SearchData search = BASICCANONICAL[index]; in TestGetSetOffsetCanonical()
1712 while (BASICCANONICAL[count].text != NULL) { in TestCanonical()1713 if (!assertCanonicalEqual(&BASICCANONICAL[count])) { in TestCanonical()2124 while (BASICCANONICAL[index].text != NULL) { in TestGetSetOffsetCanonical()2125 SearchData search = BASICCANONICAL[index ++]; in TestGetSetOffsetCanonical()2126 if (BASICCANONICAL[index].text == NULL) { in TestGetSetOffsetCanonical()
1799 while (BASICCANONICAL[count].text != NULL) { in TestCanonical()1800 if (!assertCanonicalEqual(BASICCANONICAL[count])) { in TestCanonical()2297 while (BASICCANONICAL[searchDataIndex].text != NULL) { in TestGetSetOffsetCanonical()2299 SearchData search = BASICCANONICAL[searchDataIndex ++]; in TestGetSetOffsetCanonical()2303 if (BASICCANONICAL[searchDataIndex].text == NULL) { in TestGetSetOffsetCanonical()
413 static const SearchData BASICCANONICAL[] = { variable