Searched refs:_compareIChars (Results 1 – 1 of 1) sorted by relevance
60 _compareIChars(const void* a, const void* b) { in _compareIChars() function142 if(_compareIChars((void*)one, (void*)three) == TRUE || in TestBasic()143 _compareIChars((void*)one, (void*)one) != TRUE || in TestBasic()144 _compareIChars((void*)one, (void*)one2) != TRUE || in TestBasic()145 _compareIChars((void*)one, NULL) == TRUE ) { in TestBasic()