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()
126 SearchData BASICCANONICAL[] = { field in SearchTest927 for (int count = 0; count < BASICCANONICAL.length; count++) { in TestCanonical()928 if (!assertCanonicalEqual(BASICCANONICAL[count])) { in TestCanonical()1298 for (int index = 0; index < BASICCANONICAL.length; index++) { in TestGetSetOffsetCanonical()1299 SearchData search = BASICCANONICAL[index]; in TestGetSetOffsetCanonical()
125 SearchData BASICCANONICAL[] = { field in SearchTest926 for (int count = 0; count < BASICCANONICAL.length; count++) { in TestCanonical()927 if (!assertCanonicalEqual(BASICCANONICAL[count])) { in TestCanonical()1297 for (int index = 0; index < BASICCANONICAL.length; index++) { in TestGetSetOffsetCanonical()1298 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