Searched refs:getCharacters (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonString.h67 -(void)getCharacters:(unichar *)buffer range:(NSRange)aRange;
H A DOC_PythonUnicode.h71 -(void)getCharacters:(unichar *)buffer range:(NSRange)aRange;
H A Dunicode-object.m249 [value getCharacters:(unichar *)PyUnicode_AS_UNICODE(result)];
266 [value getCharacters: characters range: range];
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonString.h67 -(void)getCharacters:(unichar *)buffer range:(NSRange)aRange;
H A DOC_PythonUnicode.h71 -(void)getCharacters:(unichar *)buffer range:(NSRange)aRange;
H A Dunicode-object.m250 [value getCharacters:(unichar *)PyUnicode_AS_UNICODE(result)];
268 [value getCharacters: characters range: range];
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A DOC_PythonString.h67 -(void)getCharacters:(unichar *)buffer range:(NSRange)aRange;
H A DOC_PythonUnicode.h68 -(void)getCharacters:(unichar *)buffer range:(NSRange)aRange;
H A Dunicode-object.m248 [value getCharacters: characters range: range];
492 [value getCharacters:(unichar *)PyUnicode_AS_UNICODE(result) range:range];
510 [value getCharacters: characters range: range];
/macosx-10.10/WebKit2-7600.1.25/Shared/API/c/
H A DWKString.cpp58 return (toImpl(stringRef)->getCharacters(static_cast<UChar*>(buffer), bufferLength));
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DAPIString.h70 size_t getCharacters(UChar* buffer, size_t bufferLength) const function in class:API::final
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DNSFEEPublicKey.m68 [uname getCharacters:uc];
95 [uname getCharacters:uc];
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DNSFEEPublicKey.m68 [uname getCharacters:uc];
95 [uname getCharacters:uc];
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DDragImageMac.mm192 [string getCharacters:buffer.data()];
218 [string getCharacters:buffer.data()];
H A DWebCoreNSURLExtras.mm320 [string getCharacters:sourceBuffer range:range];
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebKitNSStringExtras.mm86 [self getCharacters:buffer.data()];
149 [self getCharacters:buffer.data()];
/macosx-10.10/WebKit-7600.1.25/mac/History/
H A DWebHistory.mm706 [url getCharacters:buffer.data()];
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebView.mm6987 [url getCharacters:buffer.data()];

Completed in 174 milliseconds