Searched defs:ucol_strcoll (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ducol.cpp435 /* ucol_strcoll Main public API string comparison function */
438 ucol_strcoll( const UCollator *coll, function
499 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
511 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
523 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp7344 /* of CEs in a buffer within ucol_strcoll */
8444 /* ucol_strcoll Main public API string comparison function */
8447 ucol_strcoll( const UCollator *coll, function
8577 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
8589 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
8601 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
/external/icu/icu4c/source/common/unicode/
H A Durename.h752 #define ucol_strcoll U_ICU_ENTRY_POINT_RENAME(ucol_strcoll) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h789 #define ucol_strcoll U_ICU_ENTRY_POINT_RENAME(ucol_strcoll) macro

Completed in 210 milliseconds