OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cstring
(Results
76 - 100
of
552
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu4c/common/
cstring.h
9
* File
CSTRING
.H
11
* Contains
CString
interface
ucnvdisp.c
28
#include "
cstring
.h"
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
/external/webkit/WebCore/platform/text/
TextEncoding.h
34
class
CString
;
74
CString
encode(const UChar*, size_t length, UnencodableHandling) const;
TextCodecUTF16.h
41
virtual
CString
encode(const UChar*, size_t length, UnencodableHandling);
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
();
/development/host/windows/usb/adb_winapi_test/
stdafx.h
47
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some
CString
constructors will be explicit
/external/icu4c/io/
uscanf.c
31
#include "
cstring
.h"
/external/stlport/test/unit/
includes_test.cpp
1
#include <
cstring
>
/external/webkit/WebCore/platform/gtk/
DataObjectGtk.h
22
#include "
CString
.h"
PasteboardGtk.cpp
23
#include "
CString
.h"
113
CString
utf8 = text.utf8();
125
CString
utf8 = url.string().utf8();
/external/webkit/WebCore/platform/network/soup/
DNSSoup.cpp
30
#include "
CString
.h"
/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"
/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
...]
/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
Completed in 1427 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>