HomeSort by relevance Sort by last modified time
    Searched full:cstring (Results 101 - 125 of 812) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/WebCore/platform/text/
TextEncoding.cpp 31 #include "CString.h"
82 CString TextEncoding::encode(const UChar* characters, size_t length, UnencodableHandling handling) const
85 return CString();
135 return textCodec.get() ? textCodec->encode(characters, length, handling) : CString();
  /external/webkit/WebCore/platform/text/haiku/
StringHaiku.cpp 29 #include "CString.h"
  /external/webkit/WebCore/platform/text/qt/
TextCodecQt.h 44 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
  /external/webkit/WebCore/platform/win/
Language.cpp 29 #include "CString.h"
  /external/webkit/WebCore/platform/wx/
LoggingWx.cpp 29 #include "CString.h"
FileSystemWx.cpp 33 #include "CString.h"
110 CString openTemporaryFile(const char* prefix, PlatformFileHandle& handle)
114 return CString();
  /external/webkit/WebCore/storage/
SQLTransactionCoordinator.h 36 #include "CString.h"
  /external/webkit/WebCore/storage/chromium/
QuotaTracker.h 34 #include "CString.h"
  /ndk/tests/device/test-gnustl-full/unit/
includes_test.cpp 1 #include <cstring>
  /ndk/tests/device/test-stlport/unit/
includes_test.cpp 1 #include <cstring>
  /external/bluetooth/glib/tests/
slice-color.c 24 static gdouble parse_memsize (const gchar *cstring);
148 parse_memsize (const gchar *cstring)
150 gchar *mem = g_strdup (cstring);
  /external/webkit/WebCore/platform/
FileSystem.h 67 class CString;
136 CString fileSystemRepresentation(const String&);
141 CString openTemporaryFile(const char* prefix, PlatformFileHandle&);
KURLGoogle.cpp 43 #include "CString.h"
74 CString encoded = m_encoding->encode(input, inputLength, URLEncodedEntitiesForUnencodables);
158 void KURLGooglePrivate::setUtf8(const CString& str)
180 void KURLGooglePrivate::setAscii(const CString& str)
213 const CString& baseStr = base.m_url.utf8String();
230 setUtf8(CString(output.data(), output.length()));
232 setAscii(CString(output.data(), output.length()));
235 setUtf8(CString("", 0));
249 const CString& baseStr = base.m_url.utf8String();
258 setUtf8(CString(output.data(), output.length()))
    [all...]
  /external/webkit/WebCore/platform/gtk/
PasteboardGtk.cpp 23 #include "CString.h"
113 CString utf8 = text.utf8();
125 CString utf8 = url.string().utf8();
  /external/chromium/third_party/icu/source/common/
cstring.c 9 * File CSTRING.C
28 #include "cstring.h"
66 * Commented out because cstring.h defines uprv_tolower() to be
cwchar.h 17 * These definitions were moved here from cstring.h so that fewer
uscript.c 22 #include "cstring.h"
  /external/icu4c/common/
cstring.c 9 * File CSTRING.C
28 #include "cstring.h"
66 * Commented out because cstring.h defines uprv_tolower() to be
  /development/host/windows/usb/api/
stdafx.h 56 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
  /development/host/windows/usb/winusb/
stdafx.h 56 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
  /external/chromium/third_party/icu/source/i18n/
uni2name.cpp 18 #include "cstring.h"
  /external/chromium/third_party/icu/source/io/
sscanf.c 30 #include "cstring.h"
  /external/chromium/third_party/icu/source/test/cintltst/
cposxtst.c 13 #include "cstring.h"
  /external/chromium/third_party/icu/source/tools/genrb/
rbutil.c 23 #include "cstring.h"
  /external/chromium/third_party/icu/source/tools/gentest/
genres32.c 23 #include "cstring.h"

Completed in 4006 milliseconds

1 2 3 45 6 7 8 91011>>