Home
last modified time | relevance | path

Searched refs:__CFPLDataDecodeTable (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/libkern/c++/
H A DOSUnserializeXML.y744 static const signed char __CFPLDataDecodeTable[128] = { variable
791 if (__CFPLDataDecodeTable[c] < 0) { in getCFEncodedData()
797 acc += __CFPLDataDecodeTable[c]; in getCFEncodedData()
/xnu-8019.80.24/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h2397 static const signed char __CFPLDataDecodeTable[128] = { variable
2444 if (__CFPLDataDecodeTable[c] < 0) { in getCFEncodedData()
2450 acc += __CFPLDataDecodeTable[c]; in getCFEncodedData()
/xnu-8019.80.24/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h2397 static const signed char __CFPLDataDecodeTable[128] = { variable
2444 if (__CFPLDataDecodeTable[c] < 0) { in getCFEncodedData()
2450 acc += __CFPLDataDecodeTable[c]; in getCFEncodedData()