Searched refs:cf_exceptionList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_macosx.c292 CFMutableStringRef cf_exceptionList = NULL; local
296 cf_exceptionList = CFStringCreateMutable(NULL, 0);
306 if (CFStringGetLength(cf_exceptionList) > 0) {
307 CFStringAppendCString(cf_exceptionList, "|", kCFStringEncodingMacRoman);
309 CFStringAppendCString(cf_exceptionList, c_exception, kCFStringEncodingMacRoman);
316 if (cf_exceptionList != NULL) {
317 if (CFStringGetLength(cf_exceptionList) > 0) {
318 sProps->exceptionList = createUTF8CString(cf_exceptionList);
320 CFRelease(cf_exceptionList);

Completed in 31 milliseconds