HomeSort by relevance Sort by last modified time
    Searched defs:parseString (Results 1 - 19 of 19) sorted by null

  /system/core/nexus/
DhcpEvent.cpp 41 int DhcpEvent::parseString(const char *buffer) {
DhcpState.cpp 53 int DhcpState::parseString(const char *buffer) {
  /external/webkit/WebCore/css/
CSSStyleRule.cpp 68 bool CSSStyleRule::parseString(const String& /*string*/, bool /*strict*/)
WebKitCSSKeyframeRule.cpp 55 bool WebKitCSSKeyframeRule::parseString(const String& /*string*/, bool /*strict*/)
CSSStyleSheet.cpp 169 bool CSSStyleSheet::parseString(const String &string, bool strict)
CSSPrimitiveValue.cpp 671 bool CSSPrimitiveValue::parseString(const String& /*string*/, bool /*strict*/)
  /external/webkit/WebCore/xml/
XSLStyleSheetQt.cpp 71 bool XSLStyleSheet::parseString(const String& string, bool)
XSLStyleSheetLibxslt.cpp 138 bool XSLStyleSheet::parseString(const String& string, bool)
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/file/
Handler.java 101 String parseString = "";
103 parseString = str.substring(start, end).replace('\\', '/');
105 super.parseURL(u, parseString, 0, parseString.length());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleAttribute.java 88 static SimpleAttribute parseString(String value) {
SimpleElement.java 163 static SimpleElement[] parseString(String value) {
255 SimpleAttribute a = SimpleAttribute.parseString(line);
  /external/webkit/WebCore/dom/
XMLTokenizer.cpp 122 String parseString = s.toString();
125 m_originalSourceForTransform += parseString;
xml_expat_tokenizer.cpp 719 String parseString = s.toString();
746 enum XML_Status result = XML_Parse(m_parser, (const char*)parseString.characters(), sizeof(UChar) * parseString.length(), false);
XMLTokenizerLibxml2.cpp 631 void XMLTokenizer::doWrite(const String& parseString)
640 if (parseString.length()) {
650 xmlParseChunk(context->context(), reinterpret_cast<const char*>(parseString.characters()), sizeof(UChar) * parseString.length(), 0);
    [all...]
  /libcore/luni/src/main/java/java/net/
URLStreamHandler.java 98 String parseString = "";
100 parseString = str.substring(start, end);
114 int refIdx = parseString.indexOf('#', 0);
115 if (parseString.startsWith("//")) {
118 fileIdx = parseString.indexOf('/', hostIdx);
119 int questionMarkIndex = parseString.indexOf('?', hostIdx);
133 int userIdx = parseString.lastIndexOf('@', hostEnd);
134 authority = parseString.substring(hostIdx, hostEnd);
136 userInfo = parseString.substring(hostIdx, userIdx);
140 portIdx = parseString.indexOf(':', userIdx == -1 ? hostId
    [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
parse.c 560 parseString(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
    [all...]
  /external/icu4c/tools/genrb/
parse.c 560 parseString(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
    [all...]
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 256 String parseString = value.stripWhiteSpace();
260 int pos = parseString.find('+');
262 pos = parseString.find('-');
269 conditionString = parseString;
271 conditionString = parseString.left(pos).stripWhiteSpace();
272 String offsetString = parseString.substring(pos + 1).stripWhiteSpace();
329 void SVGSMILElement::parseBeginOrEnd(const String& parseString, BeginOrEnd beginOrEnd)
338 parseString.split(';', splitString);
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 864 milliseconds