HomeSort by relevance Sort by last modified time
    Searched defs:EMPTYSTRING (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 44 EMPTYSTRING = ''
154 return EMPTYSTRING.join(encvec)
_parseaddr.py 19 EMPTYSTRING = ''
334 return EMPTYSTRING.join(aslist)
339 return EMPTYSTRING.join(aslist) + self.getdomain()
358 return EMPTYSTRING.join(sdlist)
395 return EMPTYSTRING.join(slist)
427 return EMPTYSTRING.join(atomlist)
feedparser.py 36 EMPTYSTRING = ''
231 self._cur.set_payload(EMPTYSTRING.join(lines))
296 self._cur.set_payload(EMPTYSTRING.join(lines))
334 self._cur.preamble = EMPTYSTRING.join(preamble)
394 self._cur.set_payload(EMPTYSTRING.join(preamble))
400 self._cur.epilogue = EMPTYSTRING.join(epilogue)
421 self._cur.epilogue = EMPTYSTRING.join(epilogue)
431 self._cur.set_payload(EMPTYSTRING.join(lines))
451 lhdr = EMPTYSTRING.join(lastvalue)[:-1].rstrip('\r\n')
486 self._cur[lastheader] = EMPTYSTRING.join(lastvalue).rstrip('\r\n'
    [all...]
utils.py 46 EMPTYSTRING = ''
314 value = quote(EMPTYSTRING.join(value))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 44 EMPTYSTRING = ''
154 return EMPTYSTRING.join(encvec)
_parseaddr.py 19 EMPTYSTRING = ''
334 return EMPTYSTRING.join(aslist)
339 return EMPTYSTRING.join(aslist) + self.getdomain()
358 return EMPTYSTRING.join(sdlist)
395 return EMPTYSTRING.join(slist)
427 return EMPTYSTRING.join(atomlist)
feedparser.py 36 EMPTYSTRING = ''
231 self._cur.set_payload(EMPTYSTRING.join(lines))
296 self._cur.set_payload(EMPTYSTRING.join(lines))
334 self._cur.preamble = EMPTYSTRING.join(preamble)
394 self._cur.set_payload(EMPTYSTRING.join(preamble))
400 self._cur.epilogue = EMPTYSTRING.join(epilogue)
421 self._cur.epilogue = EMPTYSTRING.join(epilogue)
431 self._cur.set_payload(EMPTYSTRING.join(lines))
451 lhdr = EMPTYSTRING.join(lastvalue)[:-1].rstrip('\r\n')
486 self._cur[lastheader] = EMPTYSTRING.join(lastvalue).rstrip('\r\n'
    [all...]
utils.py 46 EMPTYSTRING = ''
314 value = quote(EMPTYSTRING.join(value))
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerConstants.java 40 static final String EMPTYSTRING = "";
NamespaceMappings.java 97 private static final String EMPTYSTRING = "";
121 nn = new MappingRecord(EMPTYSTRING, EMPTYSTRING, -1);
122 stack = createPrefixStack(EMPTYSTRING);
146 uri = EMPTYSTRING;
364 m_uri = (uri==null)? EMPTYSTRING : uri;
ToUnknownStream.java 65 private static final String EMPTYSTRING = "";
370 if (prefix1 == null && EMPTYSTRING.equals(prefix))
1102 return (index > 0) ? qname.substring(0, index) : EMPTYSTRING;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
quopri.py 12 EMPTYSTRING = ''
93 thisline = EMPTYSTRING.join(outline)
base64.py 29 EMPTYSTRING = ''
166 encoded = EMPTYSTRING.join(parts)
246 return EMPTYSTRING.join(parts)
smtpd.py 94 EMPTYSTRING = ''
144 line = EMPTYSTRING.join(self.__line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
quopri.py 12 EMPTYSTRING = ''
93 thisline = EMPTYSTRING.join(outline)
base64.py 29 EMPTYSTRING = ''
166 encoded = EMPTYSTRING.join(parts)
246 return EMPTYSTRING.join(parts)
smtpd.py 94 EMPTYSTRING = ''
144 line = EMPTYSTRING.join(self.__line)
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 94 EMPTYSTRING = ''
144 line = EMPTYSTRING.join(self.__line)
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 94 EMPTYSTRING = ''
144 line = EMPTYSTRING.join(self.__line)
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XString.java 43 public static final XString EMPTYSTRING = new XString("");
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 56 private static final String EMPTYSTRING = "";
231 return EMPTYSTRING;
285 return EMPTYSTRING;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 75 private static final String EMPTYSTRING = "";
1097 return (null == node) ? EMPTYSTRING : node.getNodeValue();
1198 return (null == retNode) ? EMPTYSTRING : retNode.getNodeValue();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_renamed.py 40 EMPTYSTRING = ''
    [all...]
test_email.py 40 EMPTYSTRING = ''
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_renamed.py 40 EMPTYSTRING = ''
    [all...]

Completed in 793 milliseconds

1 2