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

  /external/chromium/third_party/icu/public/i18n/unicode/
ucol.h 66 * UCOL_EQUAL is returned if source string is compared to be equal to target
77 UCOL_EQUAL = 0,
386 * @return The result of comparing the strings; one of UCOL_EQUAL,
390 * @see ucol_equal
411 * @see ucol_equal
430 * @see ucol_equal
440 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
453 ucol_equal(const UCollator *coll,
463 * @return The result of comparing the strings; one of UCOL_EQUAL,
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 67 * UCOL_EQUAL is returned if source string is compared to be equal to target
78 UCOL_EQUAL = 0,
410 * @return The result of comparing the strings; one of UCOL_EQUAL,
414 * @see ucol_equal
435 * @see ucol_equal
454 * @see ucol_equal
464 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
477 ucol_equal(const UCollator *coll,
487 * @return The result of comparing the strings; one of UCOL_EQUAL,
    [all...]
  /external/webkit/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/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/chromium/third_party/icu/source/test/cintltst/
cmsccoll.c 159 UCOL_EQUAL,
160 UCOL_EQUAL,
161 UCOL_EQUAL,
163 UCOL_EQUAL,
164 UCOL_EQUAL,
166 UCOL_EQUAL,
167 UCOL_EQUAL
252 UCOL_EQUAL,
253 UCOL_EQUAL,
255 UCOL_EQUAL
    [all...]
capitst.c 588 doAssert( (!ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" != \"abcda\" ");
595 doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2) )), "Result should be \"Abcda\" == \"abcda\"");
602 doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
804 doAssert( (ucol_equal(someCollators[index], test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"abcda\" == \"abCda\"");
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 159 UCOL_EQUAL,
160 UCOL_EQUAL,
161 UCOL_EQUAL,
163 UCOL_EQUAL,
164 UCOL_EQUAL,
166 UCOL_EQUAL,
167 UCOL_EQUAL
252 UCOL_EQUAL,
253 UCOL_EQUAL,
255 UCOL_EQUAL
    [all...]
capitst.c 598 doAssert( (!ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" != \"abcda\" ");
605 doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2) )), "Result should be \"Abcda\" == \"abcda\"");
612 doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" == \"abcda\"");
814 doAssert( (ucol_equal(someCollators[index], test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"abcda\" == \"abCda\"");
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 558 #define ucol_equal ucol_equal_3_2 macro
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 558 #define ucol_equal ucol_equal_3_2 macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 703 #define ucol_equal macro
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 666 #define ucol_equal ucol_equal_4_2 macro
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp 8727 ucol_equal( const UCollator *coll, function
    [all...]
  /external/icu4c/i18n/
ucol.cpp 8456 ucol_equal( const UCollator *coll, function
    [all...]

Completed in 1410 milliseconds