Searched defs:tag_end (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.cpp147 const char* tag_end = strchr(tag, ' '); local
148 size_t tag_len = (tag_end == NULL) ? strlen(tag) : tag_end - tag;

Completed in 31 milliseconds