ucs1 (const UniChar *)

      String to compare.

    ucs2 (const UniChar *)

      String to compare.

    n (size_t)

      Number of code elements to compare.

    result (int) - returns

      An integer as follows:

      Greater than 0

        ucs1 is greater than ucs2.
      0
        ucs1 is equal to ucs2.
      Less than 0
        ucs1 is less than ucs2.


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