chromium/third_party/blink/renderer/platform/fonts/symbols_iterator.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 "third_party/blink/renderer/platform/fonts/symbols_iterator.h"
#include "third_party/blink/renderer/platform/fonts/utf16_ragel_iterator.h"
#include "third_party/blink/renderer/platform/text/character.h"

#include <unicode/uchar.h>
#include <unicode/uniset.h>
#include <memory>

#include "third_party/blink/renderer/platform/fonts/utf16_ragel_iterator.h"

namespace blink {

namespace {
emoji_text_iter_t;
// Scanner code generated by Ragel and imported from third_party.
#include "third_party/emoji-segmenter/src/emoji_presentation_scanner.c"
}  // namespace

SymbolsIterator::SymbolsIterator(const UChar* buffer, unsigned buffer_size)
    :{}

bool SymbolsIterator::Consume(unsigned* symbols_limit,
                              FontFallbackPriority* font_fallback_priority) {}

}  // namespace blink