U_CAPI bool_t ucol_equal ( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength)

Compare two strings for equality

Documentation

Compare two strings for equality. This function is equivalent to ucol_strcoll == UCOL_EQUAL
Returns:
TRUE if source is equal to target, FALSE otherwise
Parameters:
coll - The UCollator containing the comparison rules.
source - The source string.
sourceLength - The length of source, or -1 if null-terminated.
target - The target string.
targetLength - The length of target, or -1 if null-terminated.
See Also:
ucol_strcoll
ucol_greater
ucol_greaterOrEqual

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de