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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c2401 static UBool _loccmp(const char* string, const char* prefix) { function
2421 if (_loccmp(req, valid) > 0 &&
2422 _loccmp(valid, actual) >= 0) {
2536 (_loccmp(req, valid) >= 0) :
2538 (_loccmp(req, valid) > 0);
2541 _loccmp(valid, actual) >= 0) {
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c2402 static UBool _loccmp(const char* string, const char* prefix) { function
2422 if (_loccmp(req, valid) > 0 &&
2423 _loccmp(valid, actual) >= 0) {
2537 (_loccmp(req, valid) >= 0) :
2539 (_loccmp(req, valid) > 0);
2542 _loccmp(valid, actual) >= 0) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp1788 static UBool _loccmp(const char* string, const char* prefix) { function
1819 int32_t reqValid = _loccmp(req, valid);
1820 int32_t validActual = _loccmp(valid, actual);
/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp1788 static UBool _loccmp(const char* string, const char* prefix) { function
1819 int32_t reqValid = _loccmp(req, valid);
1820 int32_t validActual = _loccmp(valid, actual);

Completed in 559 milliseconds