/external/webkit/Source/WebCore/wml/ |
WMLGoElement.h | 50 PassRefPtr<FormData> createFormData(const CString& boundary);
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
TextCheckerClientEnchant.cpp | 32 #include <wtf/text/CString.h> 162 Vector<CString>* dicts = static_cast<Vector<CString>*>(data); 191 Vector<CString> allDictionaries;
|
/external/webkit/Source/WebKit/gtk/gdom/ |
ConvertToGCharPrivate.h | 25 #include <wtf/text/CString.h>
|
/frameworks/compile/libbcc/bcinfo/ |
BitcodeWrapper.cpp | 27 #include <cstring>
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
ObjectLoaderImpl.h | 20 #include <cstring>
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
System.inc | 9 #include <cstring>
|
/frameworks/rs/driver/linkloader/utils/ |
raw_ostream.cpp | 22 #include <cstring>
|
/ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.rtti/type.info/ |
type_info.pass.cpp | 13 #include <cstring>
|
type_info_hash.pass.cpp | 13 #include <cstring>
|
/ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.errors/ |
future_category.pass.cpp | 15 #include <cstring>
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/c.malloc/ |
nothing_to_do.pass.cpp | 10 // <cstdlib> and <cstring> are already tested elsewhere
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weakptr/ |
bad_weak_ptr.pass.cpp | 22 #include <cstring>
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
dic_node_state_output.h | 20 #include <cstring> // for memcpy()
|
/external/webkit/Source/WebCore/platform/text/ |
TextEncoding.cpp | 42 #include <wtf/text/CString.h> 74 CString TextEncoding::encode(const UChar* characters, size_t length, UnencodableHandling handling) const 77 return CString(); 131 return textCodec.get() ? textCodec->encode(characters, length, handling) : CString(); 135 return textCodec.get() ? textCodec->encode(characters, length, handling) : CString();
|
TextCodecLatin1.cpp | 31 #include <wtf/text/CString.h> 160 static CString encodeComplexWindowsLatin1(const UChar* characters, size_t length, UnencodableHandling handling) 189 return CString(bytes, resultLength); 192 CString TextCodecLatin1::encode(const UChar* characters, size_t length, UnencodableHandling handling) 196 CString string = CString::newUninitialized(length, bytes);
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
GLEScontext.cpp | 511 const char* cstring = (const char*)extensionString; local 522 if (strstr(cstring,"GL_EXT_bgra ")!=NULL) 525 if (strstr(cstring,"GL_EXT_framebuffer_object ")!=NULL) 528 if (strstr(cstring,"GL_ARB_vertex_blend ")!=NULL) 531 if (strstr(cstring,"GL_ARB_matrix_palette ")!=NULL) 534 if (strstr(cstring,"GL_EXT_packed_depth_stencil ")!=NULL ) 537 if (strstr(cstring,"GL_OES_read_format ")!=NULL) 540 if (strstr(cstring,"GL_ARB_half_float_pixel ")!=NULL) 543 if (strstr(cstring,"GL_NV_half_float ")!=NULL) 546 if (strstr(cstring,"GL_ARB_half_float_vertex ")!=NULL [all...] |
/external/clang/test/SemaObjCXX/ |
properties.mm | 134 struct CString { 140 @property test9::CString name;
|
/external/icu4c/common/ |
cstring.h | 9 * File CSTRING.H 11 * Contains CString interface
|
/external/webkit/Source/JavaScriptCore/wtf/ |
CMakeLists.txt | 97 text/CString.h 133 text/CString.cpp
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
SimpleFontDataHaiku.cpp | 38 #include <wtf/text/CString.h> 114 CString encoded = UTF8Encoding().encode(static_cast<UChar*>(&glyph), 1,
|
/external/webkit/Source/WebCore/platform/network/ |
DataURL.cpp | 37 #include <wtf/text/CString.h> 83 CString encodedData = TextEncoding().encode(data.characters(), data.length(), URLEncodedEntitiesForUnencodables);
|
/external/webkit/Source/WebCore/platform/text/android/ |
HyphenationAndroid.cpp | 32 #include <wtf/text/CString.h> 51 const CString dictContents = String(static_cast<const char*>(a->getBuffer(false)),
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebNetscapePluginStream.h | 39 #import <wtf/text/CString.h> 105 CString m_mimeType;
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NPRuntimeUtilities.cpp | 29 #include <wtf/text/CString.h> 47 NPString createNPString(const CString& string)
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
cstring | 2 //===--------------------------- cstring ----------------------------------===// 15 cstring synopsis
|