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

  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h 485 u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder);
    [all...]
urename.h 250 #define u_strCompareIter u_strCompareIter_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h 485 u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder);
    [all...]
urename.h 250 #define u_strCompareIter u_strCompareIter_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h 485 u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder);
    [all...]
urename.h 250 #define u_strCompareIter u_strCompareIter_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h 485 u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder);
    [all...]
urename.h 250 #define u_strCompareIter u_strCompareIter_3_2
    [all...]
  /external/icu4c/common/unicode/
ustring.h 491 u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder);
    [all...]
urename.h 353 #define u_strCompareIter U_ICU_ENTRY_POINT_RENAME(u_strCompareIter)
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 465 /* 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);
    [all...]
  /external/icu4c/common/
ustring.c 825 u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2, UBool codePointOrder) {
882 * u_strCompareIter() does not leave the iterators _on_ the different units.
    [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]

Completed in 2674 milliseconds