HomeSort by relevance Sort by last modified time
    Searched defs:UCOL_EQUAL (Results 1 - 3 of 3) sorted by null

  /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,
424 * @return The result of comparing the strings; one of UCOL_EQUAL,
428 * @see ucol_equal
449 * @see ucol_equal
468 * @see ucol_equal
478 * This function is equivalent to {@link #ucol_strcoll } == UCOL_EQUAL
491 ucol_equal(const UCollator *coll,
501 * @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...]
  /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...]

Completed in 1001 milliseconds