OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cstring
(Results
126 - 150
of
812
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu4c/common/
cwchar.h
17
* These definitions were moved here from
cstring
.h so that fewer
stringpiece.cpp
11
#include "
cstring
.h"
uscript.c
22
#include "
cstring
.h"
/external/icu4c/i18n/
uni2name.cpp
18
#include "
cstring
.h"
/external/icu4c/io/
sscanf.c
30
#include "
cstring
.h"
/external/icu4c/test/cintltst/
cposxtst.c
13
#include "
cstring
.h"
/external/icu4c/tools/genrb/
rbutil.c
23
#include "
cstring
.h"
/external/icu4c/tools/gentest/
genres32.c
23
#include "
cstring
.h"
/external/libvpx/vp8/common/
fourcc.hpp
16
#include <
cstring
>
/external/stlport/test/unit/
cstring_test.cpp
3
#include <
cstring
>
/external/webkit/WebCore/bridge/jni/jsc/
JavaStringJSC.h
77
mutable
CString
m_utf8String;
/external/webkit/WebCore/dom/
xml_expat_tokenizer.cpp
32
#include "
CString
.h"
972
CString
cString
= string.utf8();
973
int result = XML_Parse(parser,
cString
.data(),
cString
.length(), true);
1017
CString
cString
= input.deprecatedString().utf8();
1018
if ( XML_Parse(parser,
cString
.data(),
cString
.length(), true) != XML_STATUS_ERROR )
/external/webkit/WebCore/loader/icon/wince/
IconDatabaseWince.cpp
25
#include "
CString
.h"
/external/webkit/WebCore/platform/gtk/
FileChooserGtk.cpp
30
#include "
CString
.h"
/external/webkit/WebCore/platform/network/soup/
CookieJarSoup.cpp
25
#include "
CString
.h"
ResourceResponseSoup.cpp
24
#include "
CString
.h"
/external/webkit/WebCore/platform/qt/
KURLQt.cpp
22
#include "
CString
.h"
/external/webkit/WebCore/platform/text/
TextCodecICU.h
51
virtual
CString
encode(const UChar*, size_t length, UnencodableHandling);
/external/webkit/WebCore/platform/text/mac/
TextCodecMac.h
47
virtual
CString
encode(const UChar*, size_t length, UnencodableHandling);
/external/webkit/WebCore/platform/win/
GDIObjectCounter.cpp
35
#include "
CString
.h"
/external/webkit/WebCore/platform/wince/
KeygenWince.cpp
24
#include "
CString
.h"
/external/webkit/WebCore/storage/
StorageSyncManager.cpp
31
#include "
CString
.h"
/external/webkit/WebCore/storage/chromium/
QuotaTracker.cpp
34
#include "
CString
.h"
/external/webkit/WebCore/websockets/
WebSocketHandshake.h
66
CString
clientHandshakeMessage() const;
/external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm
49
#import <WebCore/
CString
.h>
900
- (
CString
)resolvedURLStringForURL:(const char*)url target:(const char*)target;
904
return
CString
();
908
return
CString
();
912
return
CString
();
915
return
CString
();
936
CString
proxiesForURL(NSURL *url)
996
CString
& username,
CString
& password)
Completed in 769 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>