HomeSort by relevance Sort by last modified time
    Searched refs:u_strCompareIter (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/common/unicode/
ustring.h 496 u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder);
    [all...]
urename.h 347 #define u_strCompareIter U_ICU_ENTRY_POINT_RENAME(u_strCompareIter)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 460 /* test u_strCompareIter() */
463 if(u_strCompareIter(&iter1, &iter2, TRUE)>=0) {
464 log_err("error: u_strCompareIter(code point order) fails for string %d and the following one\n", i);
466 r1=u_strCompareIter(&iter1, &iter2, FALSE);
468 log_err("error: u_strCompareIter(code unit order)!=u_strcmp() for string %d and the following one\n", i);
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 826 u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder) {
883 * u_strCompareIter() does not leave the iterators _on_ the different units.
    [all...]

Completed in 53 milliseconds