Searched refs:NOT_END_OF_STR1 (Results 1 – 1 of 1) sorted by relevance
152 #define NOT_END_OF_STR1 (nMatch1 < nCount1 || e1.current < e1.element.nmap) in compare() macro155 while (NOT_END_OF_STR1 && NOT_END_OF_STR2) { in compare()164 return (!NOT_END_OF_STR1 && !NOT_END_OF_STR2) ? 0 in compare()165 : (NOT_END_OF_STR1 ? 1 : -1); in compare()
Completed in 11 milliseconds