Searched refs:buf1End (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFCharacterSet.c925 const UniChar *buf1End = buf1 + __CFCSetStringLength((CFCharacterSetRef)cf1); local
929 while ((buf1 < buf1End) && (buf2 < buf2End)) {
935 do { ++buf1; } while ((buf1 < buf1End) && (char1 == *buf1));

Completed in 299 milliseconds