Sha256: ca618d09381645ad4e0d92644eca641dc90bb5e8dd7d3b71adff8f1c1220ece4
Contents?: true
Size: 525 Bytes
Versions: 18
Compression:
Stored size: 525 Bytes
Contents
// Copyright (c) 2009 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This code is not actually used, it was copied here for the reference only. // See cld_htmlutils_windows.cc for Windows version of this code. #include "i18n/encodings/compact_lang_det/cld_unilib.h" #include "util/utf8/unilib.h" namespace cld_UniLib { int OneCharLen(const char* src) { return UniLib::OneCharLen(src); } } // namespace cld_UniLib
Version data entries
18 entries across 18 versions & 4 rubygems