Compares one or more code elements of strings without sensitivity to case.
#include <unidef.h> const LocaleObject locale_object; const UniChar *ucs1; const UniChar *ucs2; const size_t n; int result; result = UniStrncmpi(locale_object, ucs1, ucs2, n);