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

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Drestsnew.cpp743 UResType bundleType=array.getType(); local
744 CONFIRM_EQ(bundleType, URES_ARRAY);
818 UResType bundleType=array2d.getType(); local
819 CONFIRM_EQ(bundleType, URES_ARRAY);
905 UResType bundleType=tags.getType(); local
906 CONFIRM_EQ(bundleType, URES_TABLE);
/macosx-10.9.5/CF-855.17/
H A DCFBundle.h97 CFArrayRef CFBundleCreateBundlesFromDirectory(CFAllocatorRef allocator, CFURLRef directoryURL, CFStringRef bundleType);
99 /* (or all of them if bundleType is NULL). Instances are created using CFBundleCreate() and are not released. */
H A DCFBundle.c1242 CFArrayRef CFBundleCreateBundlesFromDirectory(CFAllocatorRef alloc, CFURLRef directoryURL, CFStringRef bundleType) { argument
1244 CFArrayRef URLs = _CFCreateContentsOfDirectory(alloc, NULL, NULL, directoryURL, bundleType);
/macosx-10.9.5/ICU-511.35/icuSources/tools/genrb/
H A Dparse.cpp2049 enum EResourceType bundleType; local
2086 bundleType=parseResourceType(&state, status);
2088 if(isTable(bundleType))
2104 bundleType=RT_TABLE;
2110 bundleType=RT_UNKNOWN;
2121 if(bundleType==RT_TABLE_NO_FALLBACK) {
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcreststn.c1916 UResType bundleType=ures_getType(tags); local
1917 CONFIRM_INT_EQ(bundleType, URES_TABLE);

Completed in 138 milliseconds