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

Determine if one string is greater than another

Documentation

Determine if one string is greater than another. This function is equivalent to ucol_strcoll == UCOL_GREATER
Returns:
TRUE if source is greater than 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_greaterOrEqual
ucol_equal

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