Home
last modified time | relevance | path

Searched refs:lcl_CFTypes (Results 1 – 2 of 2) sorted by relevance

/trunk/main/connectivity/source/drivers/macab/
H A DMacabRecords.cxx283 lcl_CFTypes = new lcl_CFType[lcl_CFTypesLength]; in bootstrap_CF_types()
285 lcl_CFTypes[0].cf = CFNumberGetTypeID(); in bootstrap_CF_types()
286 lcl_CFTypes[0].ab = kABIntegerProperty; in bootstrap_CF_types()
288 lcl_CFTypes[1].cf = CFStringGetTypeID(); in bootstrap_CF_types()
289 lcl_CFTypes[1].ab = kABStringProperty; in bootstrap_CF_types()
291 lcl_CFTypes[2].cf = CFDateGetTypeID(); in bootstrap_CF_types()
292 lcl_CFTypes[2].ab = kABDateProperty; in bootstrap_CF_types()
294 lcl_CFTypes[3].cf = CFArrayGetTypeID(); in bootstrap_CF_types()
295 lcl_CFTypes[3].ab = kABArrayProperty; in bootstrap_CF_types()
297 lcl_CFTypes[4].cf = CFDictionaryGetTypeID(); in bootstrap_CF_types()
[all …]
H A DMacabRecords.hxx64 lcl_CFType *lcl_CFTypes; member in connectivity::macab::MacabRecords