Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dchashtst.c76 _compareLong(int32_t a, int32_t b) { in _compareLong() function
244 if(_compareLong(1001, 1002) == TRUE || in TestOtherAPI()
245 _compareLong(1001, 1001) != TRUE || in TestOtherAPI()
246 _compareLong(1001, 0) == TRUE ) { in TestOtherAPI()