// Copyright 2016 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.#ifndef V8_STRING_CASE_H_#define V8_STRING_CASE_H_namespacev8{namespaceinternal{template<boolis_lower>intFastAsciiConvert(char*dst,constchar*src,intlength,bool*changed_out);}// namespace internal}// namespace v8