Home | History | Annotate | Download | only in common

Lines Matching refs:str2

1780     const UnicodeString *str2 = (const UnicodeString*) key2.pointer;
1781 if (str1 == str2) {
1784 if (str1 == NULL || str2 == NULL) {
1787 return *str1 == *str2;