Searched refs:withString (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebNSAttributedStringExtras.mm57 [newAttributedString replaceCharactersInRange:attachmentRange withString:@""];
H A DWebCoreNSStringExtras.mm60 [filename replaceOccurrencesOfString:[NSString stringWithCharacters:&nullChar length:0] withString:@"" options:0 range:NSMakeRange(0, [filename length])];
63 [filename replaceOccurrencesOfString:@"/" withString:@"-" options:0 range:NSMakeRange(0, [filename length])];
66 [filename replaceOccurrencesOfString:@":" withString:@"-" options:0 range:NSMakeRange(0, [filename length])];
H A DPlatformSpeechSynthesisMac.mm65 language = [language stringByReplacingOccurrencesOfString:@"_" withString:@"-"];
H A DLanguage.mm75 [mutableLanguageCode.get() replaceCharactersInRange:NSMakeRange(2, 1) withString:@"-"];
H A DPlatformSpeechSynthesizerMac.mm229 language = [language stringByReplacingOccurrencesOfString:@"_" withString:@"-"];
H A DHTMLConverter.mm736 [_attrStr replaceCharactersInRange:rangeToReplace withString:string];
753 [_attrStr replaceCharactersInRange:rangeToReplace withString:string];
770 [_attrStr replaceCharactersInRange:rangeToReplace withString:string];
832 [_attrStr replaceCharactersInRange:rangeToReplace withString:string];
855 [_attrStr replaceCharactersInRange:rangeToReplace withString:string];
871 [_attrStr replaceCharactersInRange:rangeToReplace withString:value];
1199 [_attrStr replaceCharactersInRange:NSMakeRange(paragraphRange.location, 0) withString:stringToInsert];
1334 if (0xa0 == c) [mutableString replaceCharactersInRange:NSMakeRange(i, 1) withString:@" "];
1348 [mutableString replaceCharactersInRange:rangeToReplace withString:@"\t"];
1429 [_attrStr replaceCharactersInRange:rangeToReplace withString
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSString.h116 * @function withString
135 static OSString * withString(const OSString * aString);
197 * <code>@link withString withString@/link</code> instead.
H A DOSSymbol.h234 * @function withString
257 static const OSSymbol * withString(const OSString * aString);
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DDOMPrivate.h85 - (void)_replaceCharactersInRange:(NSRange)targetRange withString:(NSString *)replacementString selectingFromIndex:(int)index;
H A DDOMHTML.mm106 - (void)_replaceCharactersInRange:(NSRange)targetRange withString:(NSString *)replacementString selectingFromIndex:(int)index
/macosx-10.9.5/vim-53/src/
H A Dos_macosx.m98 withString:@"\x0a" options:0
102 n = [mstring replaceOccurrencesOfString:@"\x0d" withString:@"\x0a"
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDDeviceShim.cpp105 returnString = OSString::withString(string);
148 returnString = OSString::withString(string);
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSDictionary.cpp138 const OSSymbol *key = OSSymbol::withString(*keys++);
475 OBJECT_WRAP_2(setObject, OSSymbol::withString(aKey), anObject)
480 OBJECT_WRAP_1(getObject, OSSymbol::withString(aKey))
485 OBJECT_WRAP_3(removeObject, OSSymbol::withString(aKey))
H A DOSString.cpp102 OSString *OSString::withString(const OSString *aString) function in class:OSString
H A DOSMetaClass.cpp247 const OSSymbol * tempSymb = OSSymbol::withString(toMetaStr);
970 const OSSymbol * tmpKey = OSSymbol::withString(name);
1013 const OSSymbol * tmpKey = OSSymbol::withString(name);
H A DOSSymbol.cpp478 const OSSymbol *OSSymbol::withString(const OSString *aString) function in class:OSSymbol
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebBackForwardList.mm286 [result replaceOccurrencesOfString:@"\n" withString:@"\n " options:0 range:replRange];
H A DWebHistoryItem.mm235 [result replaceOccurrencesOfString:@"\n" withString:@"\n " options:0 range:replRange];
/macosx-10.9.5/xnu-2422.115.4/iokit/Tests/
H A DTestContainers.cpp285 test2 = OSString::withString(test1);
441 cache[i] = OSSymbol::withString(tmpStr);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClientIniter.cpp122 const OSSymbol * userClientClassSymbol = OSSymbol::withString((const OSString *) userClientClassObject);
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebKitNSStringExtras.mm170 [newString replaceOccurrencesOfString:@"\r" withString:@"" options:NSLiteralSearch range:NSMakeRange(0, [newString length])];
171 [newString replaceOccurrencesOfString:@"\n" withString:@"" options:NSLiteralSearch range:NSMakeRange(0, [newString length])];
/macosx-10.9.5/ppp-727.90.1/Helpers/MiniTerm/
H A DMiniTerm.m307 withString:@""];
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIORegistryEntry.cpp310 OSSymbol * sym = (OSSymbol *)OSSymbol::withString( prop);
589 const OSSymbol * tmpKey = OSSymbol::withString( aKey );
610 const OSSymbol * tmpKey = OSSymbol::withString( aKey );
626 const OSSymbol * tmpKey = OSSymbol::withString( aKey );
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DWebPageProxyMac.mm73 return [systemMarketingVersion() stringByReplacingOccurrencesOfString:@"." withString:@"_"];
/macosx-10.9.5/IOSerialFamily-64.1.1/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp624 nubName = OSSymbol::withString((OSString *) nubName);
643 suffix = OSSymbol::withString((OSString *) suffix);
1090 OSSymbol::withString((OSString *) properties);

Completed in 397 milliseconds

12