Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcloctst.c2574 static UBool _loccmp(const char* string, const char* prefix) { in _loccmp() function
2594 if (_loccmp(req, valid) > 0 && in _checklocs()
2595 _loccmp(valid, actual) >= 0) { in _checklocs()
2709 (_loccmp(req, valid) >= 0) : in TestGetLocale()
2711 (_loccmp(req, valid) > 0); in TestGetLocale()
2714 _loccmp(valid, actual) >= 0) { in TestGetLocale()
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp2017 static UBool _loccmp(const char* string, const char* prefix) { in _loccmp() function
2048 int32_t reqValid = _loccmp(req, valid); in _checklocs()
2049 int32_t validActual = _loccmp(valid, actual); in _checklocs()