Searched refs:bRhsNull (Results 1 – 1 of 1) sorted by relevance
452 bool bRhsNull = true; in CompareContacts() local467 && getValue( rhs, nField, eFieldType, &aRhsValue, bRhsNull ); in CompareContacts()472 if ( bLhsNull && !bRhsNull ) in CompareContacts()474 if ( !bLhsNull && bRhsNull ) in CompareContacts()476 if ( bLhsNull && bRhsNull ) in CompareContacts()
Completed in 9 milliseconds