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

/external/stlport/test/eh/
H A Dmwerks_console_OS_X.c29 CFBundleRef theBundle; member in struct:__anon13689
35 CFBundleRef *theBundle)
61 *theBundle = CFBundleCreate(kCFAllocatorSystemDefault, theBundleURL);
81 __msl_os_x.theBundle = NULL;
87 &__msl_os_x.theBundle);
89 if ((theErr == noErr) && (__msl_os_x.theBundle != NULL))
93 __msl_os_x.isLoaded = CFBundleLoadExecutable(__msl_os_x.theBundle);
99 CFBundleGetFunctionPointerForName(__msl_os_x.theBundle, CFSTR("read"));
101 CFBundleGetFunctionPointerForName(__msl_os_x.theBundle, CFSTR("write"));
112 if (__msl_os_x.theBundle !
34 __msl_CreateFrameworkBundleFromName(CFStringRef theFrameworkName, CFBundleRef *theBundle) argument
[all...]
/external/icu4c/test/intltest/
H A Drestsnew.cpp654 ResourceBundle theBundle( testdatapath, *param[i].locale, status);
655 //ResourceBundle theBundle( "c:\\icu\\icu\\source\\test\\testdata\\testdata", *param[i].locale, status);
709 UnicodeString string = theBundle.getStringEx(tag, status);
736 ResourceBundle array = theBundle.get(tag, status);
774 ResourceBundle array = theBundle.get(tag, status);
810 ResourceBundle array2d=theBundle.get(tag, status);
812 //const UnicodeString** array2d = theBundle.get2dArray(tag, row_count, column_count, status);
861 ResourceBundle array2d=theBundle.get(tag, status);
901 ResourceBundle tags=theBundle.get(tag, status);
961 ResourceBundle tags=theBundle
[all...]
H A Drestest.cpp337 ResourceBundle theBundle( testdatapath, *param[i].locale, status);
338 //ResourceBundle theBundle( "c:\\icu\\icu\\source\\test\\testdata\\testdata", *param[i].locale, status);
393 UnicodeString string(theBundle.getStringEx(tag, status));
420 ResourceBundle arrayBundle(theBundle.get(tag, status));
/external/icu4c/test/cintltst/
H A Dcreststn.c458 UResourceBundle* theBundle = NULL; local
482 theBundle = ures_open(testdatapath, "testtypes", &status);
484 empty = tres_getString(theBundle, -1, "emptystring", &len, &status);
491 CONFIRM_INT_NE(theBundle, NULL);
498 res = ures_getByKey(theBundle, "zerotest", res, &status);
514 res = ures_getByKey(theBundle, "binarytest", res, &status);
527 res = ures_getByKey(theBundle, "importtest", res, &status);
540 res = ures_getByKey(theBundle, "one", res, &status);
552 res = ures_getByKey(theBundle, "minusone", res, &status);
565 res = ures_getByKey(theBundle, "pluson
760 UResourceBundle* theBundle = NULL; local
1593 UResourceBundle* theBundle = NULL; local
[all...]
H A Dcrestst.c251 UResourceBundle* theBundle = NULL; local
271 theBundle = ures_open(testdatapath, "root", &status);
274 ures_close(theBundle);
278 ures_close(theBundle);
279 theBundle = NULL;
290 theBundle = ures_open(testdatapath, param[i].name, &status);
291 /*theBundle = ures_open("c:\\icu\\icu\\source\\test\\testdata\\testdata", param[i].name, &status);*/
372 ures_getStringByKey(theBundle, tag, &resultLen, &status);
376 string=ures_getStringByKey(theBundle, tag, &resultLen, &status);
399 ures_close(theBundle);
[all...]
H A Dcustrtrn.c1424 UResourceBundle *theBundle = ures_open(testdatapath, "testtypes", &status); local
1426 const UChar* str = ures_getStringByKey(theBundle, "testinclude",&strLen,&status);
1502 ures_close(theBundle);

Completed in 206 milliseconds