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