Searches for code element string.
#include <unidef.h> const UniChar *ucs1; const UniChar *ucs2; size_t result; result = UniStrcspn(ucs1, ucs2);