HomeSort by relevance Sort by last modified time
    Searched full:u_strcompare (Results 1 - 24 of 24) sorted by null

  /external/webkit/Source/JavaScriptCore/icu/unicode/
ustring.h 420 * See u_strCompare for details.
460 u_strCompare(const UChar *s1, int32_t length1,
467 * Works otherwise just like u_strCompare().
480 * @see u_strCompare
500 * u_strCompare(u_strFoldCase(s1, options),
526 * (see u_strCompare for details).
563 * For details, see u_strCompare().
588 * (see u_strCompare for details).
612 * (see u_strCompare for details).
636 * (see u_strCompare for details)
    [all...]
unorm.h 542 * (see u_strCompare for details).
562 * @see u_strCompare
urename.h 249 #define u_strCompare u_strCompare_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ustring.h 420 * See u_strCompare for details.
460 u_strCompare(const UChar *s1, int32_t length1,
467 * Works otherwise just like u_strCompare().
480 * @see u_strCompare
500 * u_strCompare(u_strFoldCase(s1, options),
526 * (see u_strCompare for details).
563 * For details, see u_strCompare().
588 * (see u_strCompare for details).
612 * (see u_strCompare for details).
636 * (see u_strCompare for details)
    [all...]
urename.h 249 #define u_strCompare u_strCompare_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ustring.h 420 * See u_strCompare for details.
460 u_strCompare(const UChar *s1, int32_t length1,
467 * Works otherwise just like u_strCompare().
480 * @see u_strCompare
500 * u_strCompare(u_strFoldCase(s1, options),
526 * (see u_strCompare for details).
563 * For details, see u_strCompare().
588 * (see u_strCompare for details).
612 * (see u_strCompare for details).
636 * (see u_strCompare for details)
    [all...]
unorm.h 542 * (see u_strCompare for details).
562 * @see u_strCompare
urename.h 249 #define u_strCompare u_strCompare_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
ustring.h 420 * See u_strCompare for details.
460 u_strCompare(const UChar *s1, int32_t length1,
467 * Works otherwise just like u_strCompare().
480 * @see u_strCompare
500 * u_strCompare(u_strFoldCase(s1, options),
526 * (see u_strCompare for details).
563 * For details, see u_strCompare().
588 * (see u_strCompare for details).
612 * (see u_strCompare for details).
636 * (see u_strCompare for details)
    [all...]
unorm.h 542 * (see u_strCompare for details).
562 * @see u_strCompare
urename.h 249 #define u_strCompare u_strCompare_3_2
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 447 /* test u_strCompare(TRUE) */
450 if( u_strCompare(strings[i], -1, strings[i+1], -1, TRUE)>=0 ||
451 u_strCompare(strings[i], -1, strings[i+1], len2, TRUE)>=0 ||
452 u_strCompare(strings[i], len1, strings[i+1], -1, TRUE)>=0 ||
453 u_strCompare(strings[i], len1, strings[i+1], len2, TRUE)>=0
455 log_err("error: u_strCompare(code point order) fails for string %d and the following one\n", i);
458 /* test u_strCompare(FALSE) */
459 r1=u_strCompare(strings[i], -1, strings[i+1], -1, FALSE);
462 log_err("error: u_strCompare(code unit order)!=u_strcmp() for string %d and the following one\n", i);
    [all...]
ucsdetst.c 148 if (u_strCompare(detected, dLength, s, sLength, FALSE) != 0) {
  /external/icu4c/common/unicode/
ustring.h 426 * See u_strCompare for details.
466 u_strCompare(const UChar *s1, int32_t length1,
473 * Works otherwise just like u_strCompare().
486 * @see u_strCompare
506 * u_strCompare(u_strFoldCase(s1, options),
532 * (see u_strCompare for details).
569 * For details, see u_strCompare().
594 * (see u_strCompare for details).
618 * (see u_strCompare for details).
642 * (see u_strCompare for details)
    [all...]
unorm.h 528 * (see u_strCompare for details).
548 * @see u_strCompare
normlzr.h 414 * (see u_strCompare for details).
435 * @see u_strCompare
unistr.h 578 * (see u_strCompare for details).
600 * (see u_strCompare for details).
627 * (see u_strCompare for details).
653 * (see u_strCompare for details).
677 * (see u_strCompare for details).
704 * (see u_strCompare for details).
    [all...]
urename.h 352 #define u_strCompare U_ICU_ENTRY_POINT_RENAME(u_strCompare)
    [all...]
utext.h 683 * The comparison is done in code point order; unlike u_strCompare, you
714 * The comparison is done in code point order; unlike u_strCompare, you
    [all...]
  /external/icu4c/common/
uprops.cpp 143 0!=u_strCompare(nfd.getBuffer(), nfd.length(),
ustring.c 921 u_strCompare(const UChar *s1, int32_t length1,
    [all...]
  /external/icu4c/test/intltest/
testidna.cpp     [all...]
  /external/icu4c/tools/genrb/
reslist.c 896 return 0 == u_strCompare(res1->u.fString.fChars, res1->u.fString.fLength,
    [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]

Completed in 738 milliseconds