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

/macosx-10.10.1/cddafs-253/Classes/
H A DTBundle.cpp132 CFDictionaryRef stringTable = NULL; local
148 stringTable = ( CFDictionaryRef ) ::CFPropertyListCreateFromXMLData (
169 check ( stringTable != NULL );
182 return stringTable;
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DAtomicString.cpp70 static ALWAYS_INLINE HashSet<StringImpl*>& stringTable() function in namespace:WTF
80 HashSet<StringImpl*>::AddResult addResult = stringTable().add<HashTranslator>(value);
407 auto addResult = stringTable().add(&string);
417 PassRefPtr<StringImpl> AtomicString::addSlowCase(AtomicStringTable& stringTable, StringImpl& string) argument
425 auto addResult = stringTable.table().add(&string);
439 return stringTable().find<HashAndCharactersTranslator<CharacterType>>(buffer);
455 if (iterator == stringTable().end())
464 HashSet<StringImpl*>& atomicStringTable = stringTable();
530 HashSet<StringImpl*>& atomicStringTable = stringTable();
570 auto& table = stringTable();
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnv_io.h47 const uint16_t *stringTable; member in struct:UConverterAlias
H A Ducnv_io.cpp199 #define GET_STRING(idx) (const char *)(gMainTable.stringTable + (idx))
302 gMainTable.stringTable = table + currOffset;
306 ? gMainTable.stringTable : (table + currOffset));
/macosx-10.10.1/Csu-85/
H A Dlazy_dylib_loader.c128 static const char* stringTable = NULL; local
154 // next pass at load commands gets symbolTable, stringTable
162 stringTable = (const char*)&linkEditBase[symtab->stroff];
211 const char* symbolName = &stringTable[symbolTable[symbolIndex].n_un.n_strx];
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dppp_utils.c462 CFDictionaryRef stringTable; local
483 stringTable = CFPropertyListCreateFromXMLData(NULL, tableData, kCFPropertyListImmutable, &errStr);
486 if (stringTable) {
487 result = CFDictionaryGetValue(stringTable, key);
490 CFRelease(stringTable);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DAuthorization.c631 CFPropertyListRef stringTable = NULL; local
641 stringTable = CFPropertyListCreateFromXMLData(CFGetAllocator(clientBundle), tableData, kCFPropertyListImmutable, &errStr);
645 CFStringRef value = (CFStringRef)CFDictionaryGetValue(stringTable, descriptionKey);
647 CFReleaseSafe(stringTable);
652 CFReleaseSafe(stringTable);
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c2393 CFDictionaryRef stringTable; local
2414 stringTable = CFPropertyListCreateFromXMLData(NULL, tableData, kCFPropertyListImmutable, &errStr);
2417 if (stringTable) {
2418 result = CFDictionaryGetValue(stringTable, key);
2421 CFRelease(stringTable);
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DIODisplayLib.c474 CFDictionaryRef stringTable = NULL; local
484 stringTable = CFPropertyListCreateFromXMLData( kCFAllocatorDefault,
492 if( stringTable)
493 value = CFDictionaryGetValue(stringTable, ctx->key);
511 if( stringTable)
512 CFRelease( stringTable );
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkTest.c710 static char *stringTable[] = {
724 "-stringtable", "StringTable", "stringTable",
726 TK_CONFIG_NULL_OK, (ClientData) stringTable, 0x10},
997 "-stringtable", "StringTable", "stringTable", "one",
702 static char *stringTable[] = { local
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkTest.c730 static char *stringTable[] = {"one", "two", "three", "four",
748 "-stringtable", "StringTable", "stringTable",
750 TK_CONFIG_NULL_OK, (ClientData) stringTable, 0x10},
1065 "-stringtable", "StringTable", "stringTable",
722 static char *stringTable[] = {"one", "two", "three", "four", local

Completed in 190 milliseconds