Searched refs:bLhsNull (Results 1 – 1 of 1) sorted by relevance
451 bool bLhsNull = true; in CompareContacts() local466 bool success = getValue( lhs, nField, eFieldType, &aLhsValue, bLhsNull ) in CompareContacts()472 if ( bLhsNull && !bRhsNull ) in CompareContacts()474 if ( !bLhsNull && bRhsNull ) in CompareContacts()476 if ( bLhsNull && bRhsNull ) in CompareContacts()
Completed in 11 milliseconds