chromium/components/autofill/core/common/autofill_l10n_util.cc

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

#include "components/autofill/core/common/autofill_l10n_util.h"

#include <utility>

#include "base/i18n/string_compare.h"
#include "base/logging.h"
#include "base/memory/ptr_util.h"

namespace autofill::l10n {

std::unique_ptr<icu::Collator> GetCollatorForLocale(const icu::Locale& locale) {}

CaseInsensitiveCompare::CaseInsensitiveCompare()
    :{}

CaseInsensitiveCompare::CaseInsensitiveCompare(const icu::Locale& locale)
    :{}

CaseInsensitiveCompare::~CaseInsensitiveCompare() = default;

bool CaseInsensitiveCompare::StringsEqual(std::u16string_view lhs,
                                          std::u16string_view rhs) const {}

}  // namespace autofill::l10n