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

  /external/icu4c/i18n/unicode/
ucol.h 68 * UCOL_EQUAL is returned if source string is compared to be equal to target
79 UCOL_EQUAL = 0,
475 * @return The result of comparing the strings; one of UCOL_EQUAL,
479 * @see ucol_equal
500 * @see ucol_equal
519 * @see ucol_equal
529 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
542 ucol_equal(const UCollator *coll,
552 * @return The result of comparing the strings; one of UCOL_EQUAL,
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 75 * UCOL_EQUAL is returned if source string is compared to be equal to target
86 UCOL_EQUAL = 0,
384 * @return The result of comparing the strings; one of UCOL_EQUAL,
388 * @see ucol_equal
409 * @see ucol_equal
428 * @see ucol_equal
438 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
451 ucol_equal(const UCollator *coll,
461 * @return The result of comparing the strings; one of UCOL_EQUAL,
    [all...]
urename.h 558 #define ucol_equal ucol_equal_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 75 * UCOL_EQUAL is returned if source string is compared to be equal to target
86 UCOL_EQUAL = 0,
384 * @return The result of comparing the strings; one of UCOL_EQUAL,
388 * @see ucol_equal
409 * @see ucol_equal
428 * @see ucol_equal
438 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
451 ucol_equal(const UCollator *coll,
461 * @return The result of comparing the strings; one of UCOL_EQUAL,
    [all...]
urename.h 558 #define ucol_equal ucol_equal_3_2 macro
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 604 doAssert( (!ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" != \"abcda\" ");
611 doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2) )), "Result should be \"Abcda\" == \"abcda\"");
618 doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
820 doAssert( (ucol_equal(someCollators[index], test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"abcda\" == \"abCda\"");
    [all...]
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...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 558 #define ucol_equal ucol_equal_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 558 #define ucol_equal ucol_equal_3_2 macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 712 #define ucol_equal macro
    [all...]
  /external/icu4c/i18n/
ucol.cpp 8220 ucol_equal( const UCollator *coll, function
    [all...]

Completed in 94 milliseconds