Searched refs:_loccmp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c2171 static UBool _loccmp(const char* string, const char* prefix) { function
2191 if (_loccmp(req, valid) > 0 &&
2192 _loccmp(valid, actual) >= 0) {
2306 (_loccmp(req, valid) >= 0) :
2308 (_loccmp(req, valid) > 0);
2311 _loccmp(valid, actual) >= 0) {
/external/icu4c/test/cintltst/
H A Dcloctst.c2317 static UBool _loccmp(const char* string, const char* prefix) { function
2337 if (_loccmp(req, valid) > 0 &&
2338 _loccmp(valid, actual) >= 0) {
2452 (_loccmp(req, valid) >= 0) :
2454 (_loccmp(req, valid) > 0);
2457 _loccmp(valid, actual) >= 0) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp1765 static UBool _loccmp(const char* string, const char* prefix) { function
1796 int32_t reqValid = _loccmp(req, valid);
1797 int32_t validActual = _loccmp(valid, actual);
/external/icu4c/test/intltest/
H A Dloctest.cpp1786 static UBool _loccmp(const char* string, const char* prefix) { function
1817 int32_t reqValid = _loccmp(req, valid);
1818 int32_t validActual = _loccmp(valid, actual);

Completed in 110 milliseconds