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

/macosx-10.9.5/CF-855.17/
H A DCFBurstTrie.c611 if (!CFBurstTrieSetCursorForBytes(trie, &cursor, key, length))
710 Boolean CFBurstTrieSetCursorForBytes(CFBurstTrieRef trie, CFBurstTrieCursorRef cursor, const UInt8* bytes, CFIndex length) function
742 if (!CFBurstTrieSetCursorForBytes(trie, cursor, bytes, length)) {
H A DCFBurstTrie.h180 Boolean CFBurstTrieSetCursorForBytes(CFBurstTrieRef trie, CFBurstTrieCursorRef cursor, const UInt8* bytes, CFIndex length) CF_AVAILABLE(10_8, 6_0);

Completed in 230 milliseconds