Searched +defs:buffer +defs:string (Results 1 - 25 of 495) sorted by relevance

1234567891011>>

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlockHash.cpp36 CodeBlockHash::CodeBlockHash(const char* string) argument
72 char buffer[7]; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DStringTruncator.cpp60 static unsigned centerTruncateToBuffer(const String& string, unsigned length, unsigned keepCount, UChar* buffer) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DArgumentCoders.cpp42 String string; local
50 void ArgumentCoder<CString>::encode(ArgumentEncoder& encoder, const CString& string) argument
81 char* buffer; local
82 CString string = CString::newUninitialized(length, buffer); local
91 encode(ArgumentEncoder& encoder, const String& string) argument
119 CharacterType* buffer; local
120 String string = String::createUninitialized(length, buffer); local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dspell.el[all...]
H A Dtildify.el[all...]
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A Dder_string.c57 uint8_t* der_encode_string(CFStringRef string, CFErrorRef *error, argument
68 uint8_t *buffer = der_end - der_space; local
19 der_decode_string(CFAllocatorRef allocator, CFOptionFlags mutability, CFStringRef* string, CFErrorRef *error, const uint8_t* der, const uint8_t *der_end) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A Dder_string.c57 uint8_t* der_encode_string(CFStringRef string, CFErrorRef *error, argument
68 uint8_t *buffer = der_end - der_space; local
19 der_decode_string(CFAllocatorRef allocator, CFOptionFlags mutability, CFStringRef* string, CFErrorRef *error, const uint8_t* der, const uint8_t *der_end) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextStream.cpp100 TextStream& TextStream::operator<<(const char* string) argument
108 char buffer[printBufferSize]; local
113 TextStream& TextStream::operator<<(const String& string) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DDecoderAdapter.cpp35 DecoderAdapter::DecoderAdapter(const uint8_t* buffer, size_t bufferSize) argument
127 UChar* buffer; local
128 String string = String::createUninitialized(length, buffer); local
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dpp.el[all...]
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmail_addr_map.c79 VSTRING *buffer = 0; local
81 const char *string; local
159 VSTRING *buffer = vstring_alloc(100); local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dpcvs-util.el[all...]
H A Dbs.el[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/legacy/
H A Dnewcol.cpp27 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { argument
H A Doldcol.cpp28 int32_t getSortKey_legacy(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSStringRef.cpp43 JSStringRef JSStringCreateWithUTF8CString(const char* string) argument
68 JSStringRetain(JSStringRef string) argument
74 JSStringRelease(JSStringRef string) argument
79 JSStringGetLength(JSStringRef string) argument
84 JSStringGetCharactersPtr(JSStringRef string) argument
89 JSStringGetMaximumUTF8CStringSize(JSStringRef string) argument
95 JSStringGetUTF8CString(JSStringRef string, char* buffer, size_t bufferSize) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmpods.cpp53 char buffer[stringRepLength+1]; local
67 parseGuid(const char *string) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Durl.cpp45 char buffer[2048]; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmpods.cpp53 char buffer[stringRepLength+1]; local
67 parseGuid(const char *string) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Durl.cpp45 char buffer[2048]; local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKString.cpp39 WKStringRef WKStringCreateWithUTF8CString(const char* string) argument
55 size_t WKStringGetCharacters(WKStringRef stringRef, WKChar* buffer, size_t bufferLength) argument
66 size_t WKStringGetUTF8CString(WKStringRef stringRef, char* buffer, size_t bufferSize) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebString.h48 static PassRefPtr<WebString> create(const String& string) argument
58 static PassRefPtr<WebString> createFromUTF8String(const char* string) argument
67 size_t getCharacters(UChar* buffer, size_t bufferLength) const argument
77 size_t getUTF8CString(char* buffer, size_t bufferSize) argument
94 const String& string() const { return m_string; } function in class:WebKit::WebString
108 WebString(const String& string) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h208 String(const char* buffer, size_t a_length) argument
230 operator ::std::string() const { return ::std::string(c_str(), length()); } function in class:testing::internal::String::operator::std
237 operator ::string() const { return ::string(c_str(), length()); } function in class:testing::internal::String::operator
302 ConstructNonNull(const char* buffer, size_t a_length) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/getting_started/
H A Dexample_database_load.c178 pack_string(char *buffer, char *string, size_t start_pos) argument
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcoleitr.cpp178 UChar *string = NULL; local
217 UChar *buffer = NULL; local
239 UnicodeString string; local
286 UChar *string = NULL; local
352 UChar *buffer; local
[all...]

Completed in 306 milliseconds

1234567891011>>