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

  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 160 UCOL_EQUAL,
161 UCOL_EQUAL,
162 UCOL_EQUAL,
164 UCOL_EQUAL,
165 UCOL_EQUAL,
167 UCOL_EQUAL,
168 UCOL_EQUAL
253 UCOL_EQUAL,
254 UCOL_EQUAL,
256 UCOL_EQUAL
    [all...]
capitst.c 582 doAssert( (!ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" != \"abcda\" ");
589 doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2) )), "Result should be \"Abcda\" == \"abcda\"");
596 doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
794 doAssert( (ucol_equal(someCollators[idx], test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"abcda\" == \"abCda\"");
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 64 * UCOL_EQUAL is returned if source string is compared to be equal to target
75 UCOL_EQUAL = 0,
552 * @return The result of comparing the strings; one of UCOL_EQUAL,
556 * @see ucol_equal
577 * @return The result of comparing the strings; one of UCOL_EQUAL,
581 * @see ucol_equal
604 * @see ucol_equal
623 * @see ucol_equal
633 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
646 ucol_equal(const UCollator *coll
    [all...]
  /external/icu/libandroidicu/include/unicode/
ucol.h 64 * UCOL_EQUAL is returned if source string is compared to be equal to target
75 UCOL_EQUAL = 0,
552 * @return The result of comparing the strings; one of UCOL_EQUAL,
556 * @see ucol_equal
577 * @return The result of comparing the strings; one of UCOL_EQUAL,
581 * @see ucol_equal
604 * @see ucol_equal
623 * @see ucol_equal
633 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
646 ucol_equal(const UCollator *coll
    [all...]
urename.h 708 #define ucol_equal macro
    [all...]
  /external/icu/icu4c/source/i18n/
ucol.cpp 418 return UCOL_EQUAL;
426 UTRACE_EXIT_VALUE_STATUS(UCOL_EQUAL, *status);
427 return UCOL_EQUAL;
479 UTRACE_EXIT_VALUE_STATUS(UCOL_EQUAL, *status);
480 return UCOL_EQUAL;
516 ucol_equal( const UCollator *coll, function
523 == UCOL_EQUAL);
  /external/icu/icu4c/source/common/unicode/
urename.h 708 #define ucol_equal macro
    [all...]
  /external/icu/libandroidicu/static_shim/
shim.cpp     [all...]

Completed in 83 milliseconds