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.cpp6967 /* of CEs in a buffer within ucol_strcoll */
8462 /* ucol_strcoll Main public API string comparison function */
8465 ucol_strcoll( const UCollator *coll, function
8774 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
8786 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
8798 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h795 #define ucol_strcoll U_ICU_ENTRY_POINT_RENAME(ucol_strcoll) macro
/external/icu/icu4c/source/common/unicode/
H A Durename.h752 #define ucol_strcoll U_ICU_ENTRY_POINT_RENAME(ucol_strcoll) macro

Completed in 104 milliseconds