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

Determine if one string is greater than or equal to another

Documentation

Determine if one string is greater than or equal to another. This function is equivalent to ucol_strcoll != UCOL_LESS
Returns:
TRUE if source is greater than or 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_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