Searched refs:startType (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Resources.c1569 static void _CFBundleSplitFileName(CFStringRef fileName, CFStringRef *noProductOrPlatform, CFStringRef *endType, CFStringRef *startType, CFStringRef expectedProduct, CFStringRef expectedPlatform, _CFBundleFileVersion *version) { argument
1572 if (endType || startType) {
1591 if (startType) {
1596 *startType = CFStringCreateWithSubstring(kCFAllocatorSystemDefault, fileName, CFRangeMake(i + 1, CFStringGetLength(fileName) - i - 1));
1656 CFStringRef startType = NULL, endType = NULL, noProductOrPlatform = NULL;
1658 _CFBundleSplitFileName(fileName, &noProductOrPlatform, &endType, &startType, product, platform, &fileVersion);
1707 if (startType) {
1708 _CFBundleAddValueForType(startType, queryTable, typeDir, pathToFile, addedTypes, firstLproj);
1765 if (startType) CFRelease(startType);
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Dtcldom.c1175 domNodeType startType; local
1220 startType = rs->nodes[0]->nodeType;
1223 if (rs->nodes[i]->nodeType != startType) mixedNodeSet = 1;
1244 if (startType == ATTRIBUTE_NODE)

Completed in 174 milliseconds