Searched refs:utext_compareNativeLimit (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dutxttest.cpp885 // test utext_compareNativeLimit(), simple
888 if (utext_compareNativeLimit(&test1, -1, &test2, -1) != 0) errln("utext_compareNativeLimit() failed, simple setup");
891 if (utext_compareNativeLimit(&test1, -1, &test3, -1) >= 0) errln("utext_compareNativeLimit() failed, simple setup");
894 if (utext_compareNativeLimit(&test1, -1, &test4, -1) <= 0) errln("utext_compareNativeLimit() failed, simple setup");
910 // test utext_compareNativeLimit(), one explicit length
913 if (utext_compareNativeLimit(&test1, 14, &test2, -1) != 0) errln("utext_compareNativeLimit() faile
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duintrnal.h131 # define utext_compareNativeLimit utext_compareNativeLimit_INTERNAL_API_DO_NOT_USE macro
H A Dutext.h736 utext_compareNativeLimit(UText *s1, int64_t limit1,
H A Durename.h1597 #define utext_compareNativeLimit U_ICU_ENTRY_POINT_RENAME(utext_compareNativeLimit) macro
/external/chromium_org/third_party/icu/source/common/
H A Dutext.cpp515 utext_compareNativeLimit(UText *s1, int64_t limit1, function
/external/chromium_org/third_party/icu/source/i18n/
H A Drematch.cpp3776 (0 == utext_compareNativeLimit(fAltInputText, groupEndIdx, fInputText, -1)) :

Completed in 163 milliseconds