Home
last modified time | relevance | path

Searched refs:EMPTY_STR (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dpathutils.cc27 static const char EMPTY_STR[] = ""; variable
122 SetFolder(EMPTY_STR); in SetPathname()
163 return EMPTY_STR; in parent_folder()
221 return SetExtension(EMPTY_STR) && SetBasename(filename); in SetFilename()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java1837 private static final String EMPTY_STR = ""; field in SAX2DTM2
2890 return EMPTY_STR; in getStringValueX()
2938 return EMPTY_STR; in getStringValueX()
2941 return EMPTY_STR; in getStringValueX()
2977 if (child == DTM.NULL) return EMPTY_STR; in getStringValue()
3209 handler.namespaceAfterStartElement(EMPTY_STR, uri); in copyElement()