Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcloctst.c2461 static UBool _loccmp(const char* string, const char* prefix) { in _loccmp() function
2481 if (_loccmp(req, valid) > 0 && in _checklocs()
2482 _loccmp(valid, actual) >= 0) { in _checklocs()
2596 (_loccmp(req, valid) >= 0) : in TestGetLocale()
2598 (_loccmp(req, valid) > 0); in TestGetLocale()
2601 _loccmp(valid, actual) >= 0) { in TestGetLocale()
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp1799 static UBool _loccmp(const char* string, const char* prefix) { in _loccmp() function
1830 int32_t reqValid = _loccmp(req, valid); in _checklocs()
1831 int32_t validActual = _loccmp(valid, actual); in _checklocs()