Searched refs:u_strCompareIter (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h496 u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder);
H A Durename.h351 #define u_strCompareIter U_ICU_ENTRY_POINT_RENAME(u_strCompareIter) macro
/external/icu/icu4c/source/common/unicode/
H A Dustring.h496 u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder);
H A Durename.h343 #define u_strCompareIter U_ICU_ENTRY_POINT_RENAME(u_strCompareIter) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c465 /* test u_strCompareIter() */
468 if(u_strCompareIter(&iter1, &iter2, TRUE)>=0) {
469 log_err("error: u_strCompareIter(code point order) fails for string %d and the following one\n", i);
471 r1=u_strCompareIter(&iter1, &iter2, FALSE);
473 log_err("error: u_strCompareIter(code unit order)!=u_strcmp() for string %d and the following one\n", i);
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c461 /* test u_strCompareIter() */
464 if(u_strCompareIter(&iter1, &iter2, TRUE)>=0) {
465 log_err("error: u_strCompareIter(code point order) fails for string %d and the following one\n", i);
467 r1=u_strCompareIter(&iter1, &iter2, FALSE);
469 log_err("error: u_strCompareIter(code unit order)!=u_strcmp() for string %d and the following one\n", i);
/external/chromium_org/third_party/icu/source/common/
H A Dustring.cpp826 u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder) { function
883 * u_strCompareIter() does not leave the iterators _on_ the different units.
/external/icu/icu4c/source/common/
H A Dustring.cpp826 u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder) { function
883 * u_strCompareIter() does not leave the iterators _on_ the different units.
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp6926 comparison = u_strCompareIter(sIt, tIt, TRUE);

Completed in 654 milliseconds