/frameworks/compile/libbcc/bcinfo/ |
BitcodeWrapper.cpp | 25 #include <cstring>
|
/frameworks/compile/linkloader/utils/ |
raw_ostream.cpp | 22 #include <cstring>
|
/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);
|
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/ |
GLEScontext.cpp | 480 const char* cstring = (const char*)extensionString; local 491 if (strstr(cstring,"GL_EXT_bgra ")!=NULL) 494 if (strstr(cstring,"GL_EXT_framebuffer_object ")!=NULL) 497 if (strstr(cstring,"GL_ARB_vertex_blend ")!=NULL) 500 if (strstr(cstring,"GL_ARB_matrix_palette ")!=NULL) 503 if (strstr(cstring,"GL_EXT_packed_depth_stencil ")!=NULL ) 506 if (strstr(cstring,"GL_OES_read_format ")!=NULL) 509 if (strstr(cstring,"GL_ARB_half_float_pixel ")!=NULL) 512 if (strstr(cstring,"GL_NV_half_float ")!=NULL) 515 if (strstr(cstring,"GL_ARB_half_float_vertex ")!=NULL [all...] |
/external/icu4c/common/ |
cstring.h | 9 * File CSTRING.H 11 * Contains CString interface
|
ucnvdisp.c | 28 #include "cstring.h"
|
/external/webkit/Source/JavaScriptCore/wtf/ |
CMakeLists.txt | 97 text/CString.h 133 text/CString.cpp
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
PerformanceMonitor.cpp | 28 #include <wtf/text/CString.h> 32 #include <wtf/text/CString.h>
|
/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)
|
/development/host/windows/usb/adb_winapi_test/ |
stdafx.h | 47 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
v4llookup.cc | 19 #include <cstring>
|
/external/icu4c/io/ |
uscanf.c | 31 #include "cstring.h"
|
/external/llvm/unittests/ADT/ |
SmallStringTest.cpp | 18 #include <cstring>
|
/external/oprofile/libabi/tests/ |
abi_test.cpp | 22 #include <cstring>
|
/external/stlport/test/unit/ |
includes_test.cpp | 1 #include <cstring>
|
/external/webkit/Source/JavaScriptCore/wtf/haiku/ |
StringHaiku.cpp | 30 #include <wtf/text/CString.h>
|
/external/webkit/Source/WebCore/bridge/jni/ |
JavaMethodJobject.h | 35 #include <wtf/text/CString.h>
|
/external/webkit/Source/WebCore/bridge/jni/jsc/ |
JavaStringJSC.h | 78 mutable CString m_utf8String;
|
/external/webkit/Source/WebCore/platform/efl/ |
GeolocationServiceEfl.cpp | 27 #include <wtf/text/CString.h>
|
PasteboardEfl.cpp | 34 #include <wtf/text/CString.h>
|