]> git.saurik.com Git - apple/icu.git/blob - icuSources/samples/uciter8/uit_len8.h
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / samples / uciter8 / uit_len8.h
1 /*
2 *******************************************************************************
3 *
4 * © 2016 and later: Unicode, Inc. and others.
5 * License & terms of use: http://www.unicode.org/copyright.html#License
6 *
7 *******************************************************************************
8 *******************************************************************************
9 *
10 * Copyright (C) 2003, International Business Machines
11 * Corporation and others. All Rights Reserved.
12 *
13 *******************************************************************************
14 * file name: uit_len8.h
15 * encoding: UTF-8
16 * tab size: 8 (not used)
17 * indentation:4
18 *
19 * created on: 2003feb10
20 * created by: Markus W. Scherer
21 *
22 * This file contains the declaration for a "lenient UTF-8" UCharIterator
23 * as used in the uciter8 sample code.
24 */
25
26 #ifndef __UIT_LEN8_H__
27 #define __UIT_LEN8_H__
28
29 #include "unicode/utypes.h"
30 #include "unicode/uiter.h"
31
32 U_CAPI void U_EXPORT2
33 uiter_setLenient8(UCharIterator *iter, const char *s, int32_t length);
34
35 #endif