Sha256: 81a03ef1f1b4c3e1ee0c8d7a00ef8474b89a5e9659dc2e2d60820e6d43ac6eb0
Contents?: true
Size: 752 Bytes
Versions: 18
Compression:
Stored size: 752 Bytes
Contents
// Copyright (c) 2006-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. #ifndef ENCODINGS_COMPACT_LANG_DET_WIN_CLD_UTF8UTILS_H_ #define ENCODINGS_COMPACT_LANG_DET_WIN_CLD_UTF8UTILS_H_ #include "encodings/compact_lang_det/win/cld_utf8statetable.h" namespace cld { // Scan a UTF-8 stringpiece based on a state table. // Always scan complete UTF-8 characters // Set number of bytes scanned. Return reason for exiting int UTF8GenericScan(const UTF8ScanObj* st, const char* src, int len, int* bytes_consumed); } // namespace cld #endif // ENCODINGS_COMPACT_LANG_DET_WIN_CLD_UTF8UTILS_H_
Version data entries
18 entries across 18 versions & 4 rubygems