locale_object (const LocaleObject)

      A valid locale object created by a call to UniCreateLocaleObject.

    ucs1 (const UniChar *)

      A null-terminated UniChar string to be compared.

    ucs2 (const UniChar *)

      A null-terminated UniChar string to be compared.

    n (const size_t)

      The maximum number of code elements to compare.

    result (int) - returns

      Less than 0

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


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