35 name = std::move (other.name);
46 : name (
StringPool::getGlobalPool().getPooledString (nm))
53 : name (
StringPool::getGlobalPool().getPooledString (nm))
56 jassert (nm !=
nullptr && nm[0] != 0);
60 : name (
StringPool::getGlobalPool().getPooledString (start, end))
63 jassert (start < end);
70 return possibleIdentifier.isNotEmpty()
71 && possibleIdentifier.containsOnly (
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-:#@$%");