Searched refs:BASICCANONICAL (Results 1 – 5 of 5) sorted by relevance
1715 while (BASICCANONICAL[count].text != NULL) { in TestCanonical()1716 if (!assertCanonicalEqual(&BASICCANONICAL[count])) { in TestCanonical()2127 while (BASICCANONICAL[index].text != NULL) { in TestGetSetOffsetCanonical()2128 SearchData search = BASICCANONICAL[index ++]; in TestGetSetOffsetCanonical()2129 if (BASICCANONICAL[index].text == NULL) { in TestGetSetOffsetCanonical()
132 SearchData BASICCANONICAL[] = { field in SearchTest933 for (int count = 0; count < BASICCANONICAL.length; count++) { in TestCanonical()934 if (!assertCanonicalEqual(BASICCANONICAL[count])) { in TestCanonical()1304 for (int index = 0; index < BASICCANONICAL.length; index++) { in TestGetSetOffsetCanonical()1305 SearchData search = BASICCANONICAL[index]; in TestGetSetOffsetCanonical()
129 SearchData BASICCANONICAL[] = { field in SearchTest930 for (int count = 0; count < BASICCANONICAL.length; count++) { in TestCanonical()931 if (!assertCanonicalEqual(BASICCANONICAL[count])) { in TestCanonical()1301 for (int index = 0; index < BASICCANONICAL.length; index++) { in TestGetSetOffsetCanonical()1302 SearchData search = BASICCANONICAL[index]; in TestGetSetOffsetCanonical()
1801 while (BASICCANONICAL[count].text != NULL) { in TestCanonical()1802 if (!assertCanonicalEqual(BASICCANONICAL[count])) { in TestCanonical()2299 while (BASICCANONICAL[searchDataIndex].text != NULL) { in TestGetSetOffsetCanonical()2301 SearchData search = BASICCANONICAL[searchDataIndex ++]; in TestGetSetOffsetCanonical()2305 if (BASICCANONICAL[searchDataIndex].text == NULL) { in TestGetSetOffsetCanonical()
415 static const SearchData BASICCANONICAL[] = { variable