HomeSort by relevance Sort by last modified time
    Searched refs:PrepNode (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
jid.h 79 static std::string PrepNode(const std::string& node, bool* valid);
jid.cc 85 node_name_ = PrepNode(node_name_, &valid_node);
178 std::string Jid::PrepNode(const std::string& node, bool* valid) {

Completed in 5481 milliseconds