chromium/third_party/pdfium/core/fxcrt/css/cfx_cssvaluelistparser.cpp

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

// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com

#include "core/fxcrt/css/cfx_cssvaluelistparser.h"

#include "core/fxcrt/check.h"
#include "core/fxcrt/check_op.h"
#include "core/fxcrt/compiler_specific.h"
#include "core/fxcrt/fx_extension.h"
#include "core/fxcrt/fx_system.h"

CFX_CSSValueListParser::CFX_CSSValueListParser(WideStringView list,
                                               wchar_t separator)
    :{}

CFX_CSSValueListParser::~CFX_CSSValueListParser() = default;

std::optional<CFX_CSSValueListParser::Result>
CFX_CSSValueListParser::NextValue() {}

size_t CFX_CSSValueListParser::SkipToChar(wchar_t wch) {}

size_t CFX_CSSValueListParser::SkipToCharMatchingParens(wchar_t wch) {}