Home | History | Annotate | Download | only in unicode

Lines Matching refs:GREATER

116 *   cout << "abc is greater than or equal to ABC" << endl;
221 * GREATER is returned if source string is compared to be greater than
230 GREATER = 1
342 * than, greater than or equal to another string.
345 * @return Returns a byte value. GREATER if source is greater
356 * than, greater than or equal to another string.
360 * @return Returns an enum value. UCOL_GREATER if source is greater
375 * @return Returns a byte value. GREATER if source (up to the specified
376 * length) is greater than target; EQUAL if source (up to specified
393 * length) is greater than target; UCOL_EQUAL if source (up to specified
406 * is less than, greater than or equal to another string array.
413 * @return Returns a byte value. GREATER if source is greater than target;
425 * is less than, greater than or equal to another string array.
433 * @return Returns an enum value. UCOL_GREATER if source is greater
444 * Returns whether the first one compares less than/equal to/greater than
459 * Returns whether the first one compares less than/equal to/greater than
537 * @return true if the first string is greater than the second one,
542 UBool greater(const UnicodeString& source, const UnicodeString& target)
549 * @return true if the first string is greater than or equal to the second