Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSUnserializeXML.y769 static const signed char __CFPLDataDecodeTable[128] = { variable
816 if (__CFPLDataDecodeTable[c] < 0) { in getCFEncodedData()
822 acc += __CFPLDataDecodeTable[c]; in getCFEncodedData()
/xnu-11215/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h2380 static const signed char __CFPLDataDecodeTable[128] = { variable
2427 if (__CFPLDataDecodeTable[c] < 0) { in getCFEncodedData()
2433 acc += __CFPLDataDecodeTable[c]; in getCFEncodedData()
/xnu-11215/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h2380 static const signed char __CFPLDataDecodeTable[128] = { variable
2427 if (__CFPLDataDecodeTable[c] < 0) { in getCFEncodedData()
2433 acc += __CFPLDataDecodeTable[c]; in getCFEncodedData()