Searched refs:UnicodeBinaryCompare (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DHFSUnicodeWrappers.h109 extern int32_t UnicodeBinaryCompare (register ConstUniCharArrayPtr str1, register ItemCount length1,
/xnu-2782.1.97/bsd/hfs/hfscommon/Unicode/
H A DUnicodeWrappers.c424 * UnicodeBinaryCompare
441 int32_t UnicodeBinaryCompare (register ConstUniCharArrayPtr str1, register ItemCount len1, function
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_search.c522 } while (UnicodeBinaryCompare(str++, f_len, find, f_len) != 0);
779 matched = (UnicodeBinaryCompare(key->hfsPlus.nodeName.unicode,
H A Dhfs_catalog.c3855 result = UnicodeBinaryCompare (str1, length1, str2, length2);

Completed in 88 milliseconds