Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dcloctst.c2778 static UBool _loccmp(const char* string, const char* prefix) { in _loccmp() function
2798 if (_loccmp(req, valid) > 0 && in _checklocs()
2799 _loccmp(valid, actual) >= 0) { in _checklocs()
2913 (_loccmp(req, valid) >= 0) : in TestGetLocale()
2915 (_loccmp(req, valid) > 0); in TestGetLocale()
2918 _loccmp(valid, actual) >= 0) { in TestGetLocale()
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp4294 static UBool _loccmp(const char* string, const char* prefix) { in _loccmp() function
4325 int32_t reqValid = _loccmp(req, valid); in _checklocs()
4326 int32_t validActual = _loccmp(valid, actual); in _checklocs()