OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deprecatedString
(Results
1 - 2
of
2
) sorted by null
/build/tools/droiddoc/src/
Stubs.java
[
all
...]
/external/webkit/WebCore/dom/
xml_expat_tokenizer.cpp
350
inline
DeprecatedString
toQString(const XML_Char* str, unsigned int len)
352
return
DeprecatedString
::fromUtf8(reinterpret_cast<const char *>(str), len);
355
inline
DeprecatedString
toQString(const XML_Char* str)
357
return
DeprecatedString
::fromUtf8(str ? reinterpret_cast<const char *>(str) : "");
1000
DeprecatedString
attrName = toQString(atts[i]);
1001
DeprecatedString
attrValue = toQString(atts[i+1]);
1016
String input = "<?xml version=\"1.0\"?><attrs " + string.
deprecatedString
() + " />";
1017
CString cString = input.
deprecatedString
().utf8();
Completed in 141 milliseconds