chromium/device/bluetooth/string_util_icu.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "device/bluetooth/string_util_icu.h"

#include <memory>

#include "base/memory/singleton.h"
#include "base/strings/string_util.h"
#include "third_party/icu/source/common/unicode/uniset.h"

namespace device {

namespace {

class GraphicCharacters {};

GraphicCharacters::GraphicCharacters() {}

}  // namespace

bool HasGraphicCharacter(std::string_view s) {}

}  // namespace device