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

  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 161 UCOL_EQUAL,
162 UCOL_EQUAL,
163 UCOL_EQUAL,
165 UCOL_EQUAL,
166 UCOL_EQUAL,
168 UCOL_EQUAL,
169 UCOL_EQUAL
254 UCOL_EQUAL,
255 UCOL_EQUAL,
257 UCOL_EQUAL
    [all...]
capitst.c 568 doAssert( (!ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" != \"abcda\" ");
575 doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2) )), "Result should be \"Abcda\" == \"abcda\"");
582 doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
780 doAssert( (ucol_equal(someCollators[idx], test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"abcda\" == \"abCda\"");
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucol.h 68 * UCOL_EQUAL is returned if source string is compared to be equal to target
79 UCOL_EQUAL = 0,
524 * @return The result of comparing the strings; one of UCOL_EQUAL,
528 * @see ucol_equal
549 * @return The result of comparing the strings; one of UCOL_EQUAL,
553 * @see ucol_equal
576 * @see ucol_equal
595 * @see ucol_equal
605 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
618 ucol_equal(const UCollator *coll
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 62 * UCOL_EQUAL is returned if source string is compared to be equal to target
73 UCOL_EQUAL = 0,
540 * @return The result of comparing the strings; one of UCOL_EQUAL,
544 * @see ucol_equal
565 * @return The result of comparing the strings; one of UCOL_EQUAL,
569 * @see ucol_equal
592 * @see ucol_equal
611 * @see ucol_equal
621 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
634 ucol_equal(const UCollator *coll
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 570 doAssert( (!ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" != \"abcda\" ");
577 doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2) )), "Result should be \"Abcda\" == \"abcda\"");
584 doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
782 doAssert( (ucol_equal(someCollators[idx], test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"abcda\" == \"abCda\"");
    [all...]
cmsccoll.c 162 UCOL_EQUAL,
163 UCOL_EQUAL,
164 UCOL_EQUAL,
166 UCOL_EQUAL,
167 UCOL_EQUAL,
169 UCOL_EQUAL,
170 UCOL_EQUAL
255 UCOL_EQUAL,
256 UCOL_EQUAL,
258 UCOL_EQUAL
    [all...]
  /external/icu/icu4c/source/i18n/
ucol.cpp 415 return UCOL_EQUAL;
423 UTRACE_EXIT_VALUE_STATUS(UCOL_EQUAL, *status);
424 return UCOL_EQUAL;
480 UTRACE_EXIT_VALUE_STATUS(UCOL_EQUAL, *status);
481 return UCOL_EQUAL;
517 ucol_equal( const UCollator *coll, function
524 == UCOL_EQUAL);
  /external/icu/icu4c/source/common/unicode/
urename.h 695 #define ucol_equal macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 712 #define ucol_equal macro
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp 8792 ucol_equal( const UCollator *coll, function
    [all...]

Completed in 93 milliseconds