Searched refs:BASICCANONICAL (Results 1 – 5 of 5) sorted by relevance
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()
124 SearchData BASICCANONICAL[] = { field in SearchTest923 for (int count = 0; count < BASICCANONICAL.length; count++) { in TestCanonical()924 if (!assertCanonicalEqual(BASICCANONICAL[count])) { in TestCanonical()1284 for (int index = 0; index < BASICCANONICAL.length; index++) { in TestGetSetOffsetCanonical()1285 SearchData search = BASICCANONICAL[index]; in TestGetSetOffsetCanonical()
120 SearchData BASICCANONICAL[] = { field in SearchTest919 for (int count = 0; count < BASICCANONICAL.length; count++) { in TestCanonical()920 if (!assertCanonicalEqual(BASICCANONICAL[count])) { in TestCanonical()1280 for (int index = 0; index < BASICCANONICAL.length; index++) { in TestGetSetOffsetCanonical()1281 SearchData search = BASICCANONICAL[index]; 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