locale_object (const LocaleObject)

      A locale object created by UniCreateLocaleObject.

    ucs1 (const UniChar *)

      A string to be compared.

    ucs2 (const UniChar *)

      A string to be compared.

    result (int) - returns

      An integer as follows:

      Less than 0

        ucs1 less than ucs2.
      0
        ucs1 equivalent to ucs2.
      Greater than 0
        ucs1 greater than ucs2.


      [Back: UniStrcoll Return Value - result]
      [Next: UniStrcoll - Remarks]