Searched refs:sint8 (Results 1 – 1 of 1) sorted by relevance
57 SInt8 sint8; in p_convertCFNumberToInt() local58 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8)); in p_convertCFNumberToInt()59 if (converted) *i = static_cast<int>(sint8); in p_convertCFNumberToInt()