Searched refs:EMPTY_STR (Results 1 – 2 of 2) sorted by relevance
192 #define EMPTY_STR "" macro194 std::string a(EMPTY_STR); in j()197 std::string b = (EMPTY_STR); in j()201 std::string c(EMPTY_STR "u" EMPTY_STR); in j()
1837 private static final String EMPTY_STR = ""; field in SAX2DTM22890 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()