Searched defs:_loccmp (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp1796 static UBool _loccmp(const char* string, const char* prefix) { function
1827 int32_t reqValid = _loccmp(req, valid);
1828 int32_t validActual = _loccmp(valid, actual);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c2456 static UBool _loccmp(const char* string, const char* prefix) { function
2476 if (_loccmp(req, valid) > 0 &&
2477 _loccmp(valid, actual) >= 0) {
2591 (_loccmp(req, valid) >= 0) :
2593 (_loccmp(req, valid) > 0);
2596 _loccmp(valid, actual) >= 0) {

Completed in 143 milliseconds