Home
last modified time | relevance | path

Searched refs:_compareUChars (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dchashtst.c68 _compareUChars(const void* a, const void* b) { in _compareUChars() function
227 if(_compareUChars((void*)one, (void*)two) == TRUE || in TestOtherAPI()
228 _compareUChars((void*)one, (void*)one) != TRUE || in TestOtherAPI()
229 _compareUChars((void*)one, (void*)one2) != TRUE || in TestOtherAPI()
230 _compareUChars((void*)one, NULL) == TRUE ) { in TestOtherAPI()