Lines Matching refs:xmlDictLookup
171 test2[i] = xmlDictLookup(dict, strings2[i], -1); in run_test2()
181 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j])); in run_test2()
191 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j])); in run_test2()
207 test2[i] = xmlDictLookup(dict, strings2[i], -1); in run_test2()
250 if (xmlDictLookup(dict, strings2[i], -1) != test2[i]) { in run_test2()
262 if (xmlDictLookup(dict, strings1[i], -1) != test1[i]) { in run_test2()
332 test1[i] = xmlDictLookup(dict, strings1[i], -1); in run_test1()
342 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j])); in run_test1()
352 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j])); in run_test1()
368 test1[i] = xmlDictLookup(dict, strings1[i], -1); in run_test1()
393 if (xmlDictLookup(dict, strings1[i], -1) != test1[i]) { in run_test1()