chromium/v8/test/unittests/parser/unicode-helpers.cc

// Copyright 2022 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "test/unittests/parser/unicode-helpers.h"

#include "src/strings/unicode-inl.h"

int Ucs2CharLength(unibrow::uchar c) {}

int Utf8LengthHelper(const char* s) {}